#E152A9

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

Shades of Brilliant Rose #E152A9

Tints of Brilliant Rose #E152A9

Color information

#E152A9 (or 0xE152A9) is unknown color: approx Brilliant Rose. HEX triplet: E1, 52 and A9. RGB value is (225,82,169). Sum of RGB (Red+Green+Blue) = 225+82+169=476 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.27% from 476); Green value is 82 (32.42% from 255 or 17.23% from 476); Blue value is 169 (66.41% from 255 or 35.50% from 476); Max value from RGB is 225 - color contains mainly: red. Hex color #E152A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E152A9 is #1EAD56. Grayscale: #868686. Windows color (decimal): -2010455 or 11096801. OLE color: 11096801.

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

Color convert

RGB22582169-
CMYK00.640.250.12
HSL323.5º70.44%60.2%-
HSV(B)323.5º63.56%88.24%-
XYZ41.2324.9140.17-
YUV134.67147.38192.43-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.27%
GREEN value IS 82 (32.42% from 255) = 17.23%
BLUE value IS 169 (66.41% from 255) = 35.50%
R=47.27%
G=17.23%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2258216900.640.250.12323.570.4460.2
HexE152A904019C143463c
Octal3411222510100311450310674
Binary11100001101001010101001010000001100111001010000111000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E152A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E152A9; }

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

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

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

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

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

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

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

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