#E55C9F

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

Shades of Brilliant Rose #E55C9F

Tints of Brilliant Rose #E55C9F

Color information

#E55C9F (or 0xE55C9F) is unknown color: approx Brilliant Rose. HEX triplet: E5, 5C and 9F. RGB value is (229,92,159). Sum of RGB (Red+Green+Blue) = 229+92+159=480 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.71% from 480); Green value is 92 (36.33% from 255 or 19.17% from 480); Blue value is 159 (62.5% from 255 or 33.12% from 480); Max value from RGB is 229 - color contains mainly: red. Hex color #E55C9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55C9F is #1AA360. Grayscale: #8C8C8C. Windows color (decimal): -1745761 or 10444005. OLE color: 10444005.

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

Color convert

RGB22992159-
CMYK00.600.310.10
HSL330.66º72.49%62.94%-
HSV(B)330.66º59.83%89.8%-
XYZ42.426.8235.74-
YUV140.6138.39191.05-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 47.71%
GREEN value IS 92 (36.33% from 255) = 19.17%
BLUE value IS 159 (62.5% from 255) = 33.12%
R=47.71%
G=19.17%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.31
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2299215900.600.310.10330.6672.4962.94
HexE55C9F03C1FA14b483f
Octal345134237074371251311077
Binary1110010110111001001111101111001111110101010010111001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55C9F; }

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

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

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

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

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

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

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

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