#E156A5

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

Shades of Brilliant Rose #E156A5

Tints of Brilliant Rose #E156A5

Color information

#E156A5 (or 0xE156A5) is unknown color: approx Brilliant Rose. HEX triplet: E1, 56 and A5. RGB value is (225,86,165). Sum of RGB (Red+Green+Blue) = 225+86+165=476 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.27% from 476); Green value is 86 (33.98% from 255 or 18.07% from 476); Blue value is 165 (64.84% from 255 or 34.66% from 476); Max value from RGB is 225 - color contains mainly: red. Hex color #E156A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E156A5 is #1EA95A. Grayscale: #888888. Windows color (decimal): -2009435 or 10835681. OLE color: 10835681.

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

Color convert

RGB22586165-
CMYK00.620.270.12
HSL325.9º69.85%60.98%-
HSV(B)325.9º61.78%88.24%-
XYZ41.1725.3838.33-
YUV136.57144.05191.08-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.27%
GREEN value IS 86 (33.98% from 255) = 18.07%
BLUE value IS 165 (64.84% from 255) = 34.66%
R=47.27%
G=18.07%
B=34.66%

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
Decimal2258616500.620.270.12325.969.8560.98
HexE156A503E1BC146463d
Octal341126245076331450610675
Binary1110000110101101010010101111101101111001010001101000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E156A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E156A5; }

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

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

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

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

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

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

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

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