#E156A4

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

Shades of Brilliant Rose #E156A4

Tints of Brilliant Rose #E156A4

Color information

#E156A4 (or 0xE156A4) is unknown color: approx Brilliant Rose. HEX triplet: E1, 56 and A4. RGB value is (225,86,164). Sum of RGB (Red+Green+Blue) = 225+86+164=475 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.37% from 475); Green value is 86 (33.98% from 255 or 18.11% from 475); Blue value is 164 (64.45% from 255 or 34.53% from 475); Max value from RGB is 225 - color contains mainly: red. Hex color #E156A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E156A4 is #1EA95B. Grayscale: #888888. Windows color (decimal): -2009436 or 10770145. OLE color: 10770145.

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

Color convert

RGB22586164-
CMYK00.620.270.12
HSL326.33º69.85%60.98%-
HSV(B)326.33º61.78%88.24%-
XYZ41.0825.3437.85-
YUV136.45143.55191.16-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.37%
GREEN value IS 86 (33.98% from 255) = 18.11%
BLUE value IS 164 (64.45% from 255) = 34.53%
R=47.37%
G=18.11%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2258616400.620.270.12326.3369.8560.98
HexE156A403E1BC146463d
Octal341126244076331450610675
Binary1110000110101101010010001111101101111001010001101000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E156A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E156A4; }

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

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

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

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

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

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

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

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