Html Css Color HEX #E10D9E Hollywood Cerise

📋 copy color: '#E10D9E'

red 225 ◦ green 13 ◦ blue 158

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

Shades of Hollywood Cerise #E10D9E

Tints of Hollywood Cerise #E10D9E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.28%

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

R = 56.82%
G = 3.28%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#E10D9E (or 0xE10D9E) is known color: Hollywood Cerise. HEX triplet: E1, 0D and 9E. RGB value is (225,13,158). Sum of RGB (Red+Green+Blue) = 225+13+158=396 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.82% from 396); Green value is 13 (5.47% from 255 or 3.28% from 396); Blue value is 158 (62.11% from 255 or 39.90% from 396); Max value from RGB is 225 - color contains mainly: red. Hex color #E10D9E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10D9E is #1EF261. Grayscale: #5C5C5C. Windows color (decimal): -2028130 or 10358241. OLE color: 10358241.

HSL color Cylindrical-coordinate representation of color #E10D9E: hue angle of 318.96º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E10D9E is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 13 158 -
CMYK 0 0.94 0.30 0.12
HSL 318.96º 0.89% 0.47% -
HSV(B) 318.96º 0.94% 0.88% -
XYZ 37.37 18.76 34 -
YUV 92.92 164.74 222.21 -
System Red Green Blue C M Y K H S L
Decimal 225 13 158 0 0.94 0.30 0.12 318.96 0.89 0.47
Hex E1 D 9E 0 5E 1E C 13F 59 2F
Octal 341 15 236 0 136 36 14 477 131 57
Binary 11100001 1101 10011110 0 1011110 11110 1100 100111111 1011001 101111

Color Harmonies of #E10D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10D9E

Black with #E10D9E

Text Example


Text Example

White with #E10D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10D9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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