#E153A5

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

Shades of Brilliant Rose #E153A5

Tints of Brilliant Rose #E153A5

Color information

#E153A5 (or 0xE153A5) is unknown color: approx Brilliant Rose. HEX triplet: E1, 53 and A5. RGB value is (225,83,165). Sum of RGB (Red+Green+Blue) = 225+83+165=473 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.57% from 473); Green value is 83 (32.81% from 255 or 17.55% from 473); Blue value is 165 (64.84% from 255 or 34.88% from 473); Max value from RGB is 225 - color contains mainly: red. Hex color #E153A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E153A5 is #1EAC5A. Grayscale: #868686. Windows color (decimal): -2010203 or 10834913. OLE color: 10834913.

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

Color convert

RGB22583165-
CMYK00.630.270.12
HSL325.35º70.3%60.39%-
HSV(B)325.35º63.11%88.24%-
XYZ40.9424.9138.25-
YUV134.81145.04192.33-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.57%
GREEN value IS 83 (32.81% from 255) = 17.55%
BLUE value IS 165 (64.84% from 255) = 34.88%
R=47.57%
G=17.55%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2258316500.630.270.12325.3570.360.39
HexE153A503F1BC145463c
Octal341123245077331450510674
Binary1110000110100111010010101111111101111001010001011000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E153A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E153A5; }

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

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

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

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

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

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

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

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