#E157A4

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

Shades of Brilliant Rose #E157A4

Tints of Brilliant Rose #E157A4

Color information

#E157A4 (or 0xE157A4) is unknown color: approx Brilliant Rose. HEX triplet: E1, 57 and A4. RGB value is (225,87,164). Sum of RGB (Red+Green+Blue) = 225+87+164=476 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.27% from 476); Green value is 87 (34.38% from 255 or 18.28% from 476); Blue value is 164 (64.45% from 255 or 34.45% from 476); Max value from RGB is 225 - color contains mainly: red. Hex color #E157A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E157A4 is #1EA85B. Grayscale: #888888. Windows color (decimal): -2009180 or 10770401. OLE color: 10770401.

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

Color convert

RGB22587164-
CMYK00.610.270.12
HSL326.52º69.7%61.18%-
HSV(B)326.52º61.33%88.24%-
XYZ41.1625.537.88-
YUV137.04143.22190.74-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.27%
GREEN value IS 87 (34.38% from 255) = 18.28%
BLUE value IS 164 (64.45% from 255) = 34.45%
R=47.27%
G=18.28%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2258716400.610.270.12326.5269.761.18
HexE157A403D1BC147463d
Octal341127244075331450710675
Binary1110000110101111010010001111011101111001010001111000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E157A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E157A4; }

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

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

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

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

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

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

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

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