#E55CA2

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

Shades of Brilliant Rose #E55CA2

Tints of Brilliant Rose #E55CA2

Color information

#E55CA2 (or 0xE55CA2) is unknown color: approx Brilliant Rose. HEX triplet: E5, 5C and A2. RGB value is (229,92,162). Sum of RGB (Red+Green+Blue) = 229+92+162=483 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.41% from 483); Green value is 92 (36.33% from 255 or 19.05% from 483); Blue value is 162 (63.67% from 255 or 33.54% from 483); Max value from RGB is 229 - color contains mainly: red. Hex color #E55CA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55CA2 is #1AA35D. Grayscale: #8C8C8C. Windows color (decimal): -1745758 or 10640613. OLE color: 10640613.

HSL color Cylindrical-coordinate representation of color #E55CA2: hue angle of 329.34º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E55CA2 is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.10.

Color convert

RGB22992162-
CMYK00.600.290.10
HSL329.34º72.49%62.94%-
HSV(B)329.34º59.83%89.8%-
XYZ42.6626.9237.13-
YUV140.94139.89190.81-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 47.41%
GREEN value IS 92 (36.33% from 255) = 19.05%
BLUE value IS 162 (63.67% from 255) = 33.54%
R=47.41%
G=19.05%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.29
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2299216200.600.290.10329.3472.4962.94
HexE55CA203C1DA149483f
Octal345134242074351251111077
Binary1110010110111001010001001111001110110101010010011001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55CA2; }

 p { color: rgb(229,92,162); }

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

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

 a { background-color: rgb(229,92,162); }

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

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

 span { border-color: rgb(229,92,162); }

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