#E153A0

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

Shades of Brilliant Rose #E153A0

Tints of Brilliant Rose #E153A0

Color information

#E153A0 (or 0xE153A0) is unknown color: approx Brilliant Rose. HEX triplet: E1, 53 and A0. RGB value is (225,83,160). Sum of RGB (Red+Green+Blue) = 225+83+160=468 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.08% from 468); Green value is 83 (32.81% from 255 or 17.74% from 468); Blue value is 160 (62.89% from 255 or 34.19% from 468); Max value from RGB is 225 - color contains mainly: red. Hex color #E153A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E153A0 is #1EAC5F. Grayscale: #868686. Windows color (decimal): -2010208 or 10507233. OLE color: 10507233.

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

Color convert

RGB22583160-
CMYK00.630.290.12
HSL327.46º70.3%60.39%-
HSV(B)327.46º63.11%88.24%-
XYZ40.4924.7335.9-
YUV134.24142.54192.74-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.08%
GREEN value IS 83 (32.81% from 255) = 17.74%
BLUE value IS 160 (62.89% from 255) = 34.19%
R=48.08%
G=17.74%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2258316000.630.290.12327.4670.360.39
HexE153A003F1DC147463c
Octal341123240077351450710674
Binary1110000110100111010000001111111110111001010001111000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E153A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E153A0; }

 p { color: rgb(225,83,160); }

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

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

 a { background-color: rgb(225,83,160); }

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

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

 span { border-color: rgb(225,83,160); }

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