#E154A9

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

Shades of Brilliant Rose #E154A9

Tints of Brilliant Rose #E154A9

Color information

#E154A9 (or 0xE154A9) is unknown color: approx Brilliant Rose. HEX triplet: E1, 54 and A9. RGB value is (225,84,169). Sum of RGB (Red+Green+Blue) = 225+84+169=478 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.07% from 478); Green value is 84 (33.20% from 255 or 17.57% from 478); Blue value is 169 (66.41% from 255 or 35.36% from 478); Max value from RGB is 225 - color contains mainly: red. Hex color #E154A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E154A9 is #1EAB56. Grayscale: #878787. Windows color (decimal): -2009943 or 11097313. OLE color: 11097313.

HSL color Cylindrical-coordinate representation of color #E154A9: hue angle of 323.83º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E154A9 is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB22584169-
CMYK00.630.250.12
HSL323.83º70.15%60.59%-
HSV(B)323.83º62.67%88.24%-
XYZ41.3825.2140.22-
YUV135.85146.71191.59-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.07%
GREEN value IS 84 (33.20% from 255) = 17.57%
BLUE value IS 169 (66.41% from 255) = 35.36%
R=47.07%
G=17.57%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2258416900.630.250.12323.8370.1560.59
HexE154A903F19C144463d
Octal341124251077311450410675
Binary1110000110101001010100101111111100111001010001001000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E154A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E154A9; }

 p { color: rgb(225,84,169); }

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

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

 a { background-color: rgb(225,84,169); }

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

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

 span { border-color: rgb(225,84,169); }

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