#E35CAC

Color #E35CAC Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #E35CAC

Tints of Brilliant Rose #E35CAC

Color information

#E35CAC (or 0xE35CAC) is unknown color: approx Brilliant Rose. HEX triplet: E3, 5C and AC. RGB value is (227,92,172). Sum of RGB (Red+Green+Blue) = 227+92+172=491 (65% of max value = 765). Red value is 227 (89.06% from 255 or 46.23% from 491); Green value is 92 (36.33% from 255 or 18.74% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 227 - color contains mainly: red. Hex color #E35CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35CAC is #1CA353. Grayscale: #8D8D8D. Windows color (decimal): -1876820 or 11295971. OLE color: 11295971.

HSL color Cylindrical-coordinate representation of color #E35CAC: hue angle of 324.44º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E35CAC is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB22792172-
CMYK00.590.240.11
HSL324.44º70.68%62.55%-
HSV(B)324.44º59.47%89.02%-
XYZ42.9526.9641.97-
YUV141.48145.23189-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 227 (89.06% from 255) = 46.23%
GREEN value IS 92 (36.33% from 255) = 18.74%
BLUE value IS 172 (67.58% from 255) = 35.03%
R=46.23%
G=18.74%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2279217200.590.240.11324.4470.6862.55
HexE35CAC03B18B144473f
Octal343134254073301350410777
Binary1110001110111001010110001110111100010111010001001000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35CAC; }

 p { color: rgb(227,92,172); }

 H1.HeaderClassName
 {
   color: #E35CAC;
 }
 .AnyTagClassName
 {
   color: #E35CAC;
 }
</style>
background-color css

<style>
 a { background-color: #E35CAC; }

 a { background-color: rgb(227,92,172); }

 div.DivClassName
 {
   background-color: #E35CAC;
 }
 .BgClassName
 {
   background-color: #E35CAC;
 }
</style>
border-color css

<style>
 span { border-color: #E35CAC; }

 span { border-color: rgb(227,92,172); }

 td.TdClassName
 {
   border-color: #E35CAC;
 }
 .TagClassName
 {
   border-color: #E35CAC;
 }
</style>