#E55CA1

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

Shades of Brilliant Rose #E55CA1

Tints of Brilliant Rose #E55CA1

Color information

#E55CA1 (or 0xE55CA1) is unknown color: approx Brilliant Rose. HEX triplet: E5, 5C and A1. RGB value is (229,92,161). Sum of RGB (Red+Green+Blue) = 229+92+161=482 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.51% from 482); Green value is 92 (36.33% from 255 or 19.09% from 482); Blue value is 161 (63.28% from 255 or 33.40% from 482); Max value from RGB is 229 - color contains mainly: red. Hex color #E55CA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55CA1 is #1AA35E. Grayscale: #8C8C8C. Windows color (decimal): -1745759 or 10575077. OLE color: 10575077.

HSL color Cylindrical-coordinate representation of color #E55CA1: hue angle of 329.78º 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 #E55CA1 is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.10.

Color convert

RGB22992161-
CMYK00.600.300.10
HSL329.78º72.49%62.94%-
HSV(B)329.78º59.83%89.8%-
XYZ42.5726.8936.66-
YUV140.83139.39190.89-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 47.51%
GREEN value IS 92 (36.33% from 255) = 19.09%
BLUE value IS 161 (63.28% from 255) = 33.40%
R=47.51%
G=19.09%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.30
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2299216100.600.300.10329.7872.4962.94
HexE55CA103C1EA14a483f
Octal345134241074361251211077
Binary1110010110111001010000101111001111010101010010101001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55CA1; }

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

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

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

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

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

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

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

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