#E152B0

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

Shades of Brilliant Rose #E152B0

Tints of Brilliant Rose #E152B0

Color information

#E152B0 (or 0xE152B0) is unknown color: approx Brilliant Rose. HEX triplet: E1, 52 and B0. RGB value is (225,82,176). Sum of RGB (Red+Green+Blue) = 225+82+176=483 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.58% from 483); Green value is 82 (32.42% from 255 or 16.98% from 483); Blue value is 176 (69.14% from 255 or 36.44% from 483); Max value from RGB is 225 - color contains mainly: red. Hex color #E152B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E152B0 is #1EAD4F. Grayscale: #878787. Windows color (decimal): -2010448 or 11555553. OLE color: 11555553.

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

Color convert

RGB22582176-
CMYK00.640.220.12
HSL320.56º70.44%60.2%-
HSV(B)320.56º63.56%88.24%-
XYZ41.9125.1843.73-
YUV135.47150.88191.86-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.58%
GREEN value IS 82 (32.42% from 255) = 16.98%
BLUE value IS 176 (69.14% from 255) = 36.44%
R=46.58%
G=16.98%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2258217600.640.220.12320.5670.4460.2
HexE152B004016C141463c
Octal3411222600100261450110674
Binary11100001101001010110000010000001011011001010000011000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E152B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E152B0; }

 p { color: rgb(225,82,176); }

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

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

 a { background-color: rgb(225,82,176); }

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

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

 span { border-color: rgb(225,82,176); }

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