#E10B9D

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

Shades of Hollywood Cerise #E10B9D

Tints of Hollywood Cerise #E10B9D

Color information

#E10B9D (or 0xE10B9D) is unknown color: approx Hollywood Cerise. HEX triplet: E1, 0B and 9D. RGB value is (225,11,157). Sum of RGB (Red+Green+Blue) = 225+11+157=393 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.25% from 393); Green value is 11 (4.69% from 255 or 2.80% from 393); Blue value is 157 (61.72% from 255 or 39.95% from 393); Max value from RGB is 225 - color contains mainly: red. Hex color #E10B9D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10B9D is #1EF462. Grayscale: #5B5B5B. Windows color (decimal): -2028643 or 10292193. OLE color: 10292193.

HSL color Cylindrical-coordinate representation of color #E10B9D: hue angle of 319.07º degrees, saturation: 0.91, 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 #E10B9D is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB22511157-
CMYK00.950.300.12
HSL319.07º90.68%46.27%-
HSV(B)319.07º95.11%88.24%-
XYZ37.2618.6833.54-
YUV91.63164.9223.13-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 57.25%
GREEN value IS 11 (4.69% from 255) = 2.80%
BLUE value IS 157 (61.72% from 255) = 39.95%
R=57.25%
G=2.80%
B=39.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251115700.950.300.12319.0790.6846.27
HexE1B9D05F1EC13f5b2e
Octal341132350137361447713356
Binary11100001101110011101010111111111011001001111111011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E10B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E10B9D; }

 p { color: rgb(225,11,157); }

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

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

 a { background-color: rgb(225,11,157); }

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

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

 span { border-color: rgb(225,11,157); }

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