#E10CB2

Color #E10CB2 Hollywood Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hollywood Cerise #E10CB2

Tints of Hollywood Cerise #E10CB2

Color information

#E10CB2 (or 0xE10CB2) is unknown color: approx Hollywood Cerise. HEX triplet: E1, 0C and B2. RGB value is (225,12,178). Sum of RGB (Red+Green+Blue) = 225+12+178=415 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.22% from 415); Green value is 12 (5.08% from 255 or 2.89% from 415); Blue value is 178 (69.92% from 255 or 42.89% from 415); Max value from RGB is 225 - color contains mainly: red. Hex color #E10CB2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10CB2 is #1EF34D. Grayscale: #5E5E5E. Windows color (decimal): -2028366 or 11668705. OLE color: 11668705.

HSL color Cylindrical-coordinate representation of color #E10CB2: hue angle of 313.24º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E10CB2 is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB22512178-
CMYK00.950.210.12
HSL313.24º89.87%46.47%-
HSV(B)313.24º94.67%88.24%-
XYZ39.2219.4843.81-
YUV94.61175.07221-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 54.22%
GREEN value IS 12 (5.08% from 255) = 2.89%
BLUE value IS 178 (69.92% from 255) = 42.89%
R=54.22%
G=2.89%
B=42.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251217800.950.210.12313.2489.8746.47
HexE1CB205F15C1395a2e
Octal341142620137251447113256
Binary11100001110010110010010111111010111001001110011011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E10CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E10CB2; }

 p { color: rgb(225,12,178); }

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

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

 a { background-color: rgb(225,12,178); }

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

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

 span { border-color: rgb(225,12,178); }

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