Html Css Color HEX #E10C9E Hollywood Cerise

📋 copy color: '#E10C9E'

red 225 ◦ green 12 ◦ blue 158

#E10C9E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hollywood Cerise #E10C9E

Tints of Hollywood Cerise #E10C9E

RGB

 RED value IS 225 (88.28% from 255) = 56.96%

 GREEN value IS 12 (5.08% from 255) = 3.04%

 BLUE value IS 158 (62.11% from 255) = 40%

R = 56.96%
G = 3.04%
B = 40%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#E10C9E (or 0xE10C9E) is known color: Hollywood Cerise. HEX triplet: E1, 0C and 9E. RGB value is (225,12,158). Sum of RGB (Red+Green+Blue) = 225+12+158=395 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.96% from 395); Green value is 12 (5.08% from 255 or 3.04% from 395); Blue value is 158 (62.11% from 255 or 40% from 395); Max value from RGB is 225 - color contains mainly: red. Hex color #E10C9E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10C9E is #1EF361. Grayscale: #5B5B5B. Windows color (decimal): -2028386 or 10357985. OLE color: 10357985.

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

Color convert

RGB 225 12 158 -
CMYK 0 0.95 0.30 0.12
HSL 318.87º 0.9% 0.46% -
HSV(B) 318.87º 0.95% 0.88% -
XYZ 37.35 18.74 34 -
YUV 92.33 165.07 222.63 -
System Red Green Blue C M Y K H S L
Decimal 225 12 158 0 0.95 0.30 0.12 318.87 0.9 0.46
Hex E1 C 9E 0 5F 1E C 13F 5A 2E
Octal 341 14 236 0 137 36 14 477 132 56
Binary 11100001 1100 10011110 0 1011111 11110 1100 100111111 1011010 101110

Color Harmonies of #E10C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10C9E

Black with #E10C9E

Text Example


Text Example

White with #E10C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10C9E; }

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

 H1.HeaderClassName
 {
   color: #E10C9E;
 }
 .AnyTagClassName
 {
   color: #E10C9E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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