#E152A4

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

Shades of Brilliant Rose #E152A4

Tints of Brilliant Rose #E152A4

Color information

#E152A4 (or 0xE152A4) is unknown color: approx Brilliant Rose. HEX triplet: E1, 52 and A4. RGB value is (225,82,164). Sum of RGB (Red+Green+Blue) = 225+82+164=471 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.77% from 471); Green value is 82 (32.42% from 255 or 17.41% from 471); Blue value is 164 (64.45% from 255 or 34.82% from 471); Max value from RGB is 225 - color contains mainly: red. Hex color #E152A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E152A4 is #1EAD5B. Grayscale: #858585. Windows color (decimal): -2010460 or 10769121. OLE color: 10769121.

HSL color Cylindrical-coordinate representation of color #E152A4: hue angle of 325.59º 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 #E152A4 is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.12.

Color convert

RGB22582164-
CMYK00.640.270.12
HSL325.59º70.44%60.2%-
HSV(B)325.59º63.56%88.24%-
XYZ40.7724.7237.75-
YUV134.1144.88192.83-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.77%
GREEN value IS 82 (32.42% from 255) = 17.41%
BLUE value IS 164 (64.45% from 255) = 34.82%
R=47.77%
G=17.41%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2258216400.640.270.12325.5970.4460.2
HexE152A40401BC146463c
Octal3411222440100331450610674
Binary11100001101001010100100010000001101111001010001101000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E152A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E152A4; }

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

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

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

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

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

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

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

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