Html Css Color HEX #E10D9D Hollywood Cerise

📋 copy color: '#E10D9D'

red 225 ◦ green 13 ◦ blue 157

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

Shades of Hollywood Cerise #E10D9D

Tints of Hollywood Cerise #E10D9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 39.75%

R = 56.96%
G = 3.29%
B = 39.75%

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

#E10D9D (or 0xE10D9D) is known color: Hollywood Cerise. HEX triplet: E1, 0D and 9D. RGB value is (225,13,157). Sum of RGB (Red+Green+Blue) = 225+13+157=395 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.96% from 395); Green value is 13 (5.47% from 255 or 3.29% from 395); Blue value is 157 (61.72% from 255 or 39.75% from 395); Max value from RGB is 225 - color contains mainly: red. Hex color #E10D9D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10D9D is #1EF262. Grayscale: #5C5C5C. Windows color (decimal): -2028131 or 10292705. OLE color: 10292705.

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

Color convert

RGB 225 13 157 -
CMYK 0 0.94 0.30 0.12
HSL 319.25º 0.89% 0.47% -
HSV(B) 319.25º 0.94% 0.88% -
XYZ 37.28 18.73 33.55 -
YUV 92.8 164.24 222.29 -
System Red Green Blue C M Y K H S L
Decimal 225 13 157 0 0.94 0.30 0.12 319.25 0.89 0.47
Hex E1 D 9D 0 5E 1E C 13F 59 2F
Octal 341 15 235 0 136 36 14 477 131 57
Binary 11100001 1101 10011101 0 1011110 11110 1100 100111111 1011001 101111

Color Harmonies of #E10D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10D9D

Black with #E10D9D

Text Example


Text Example

White with #E10D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10D9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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