Html Css Color HEX #E10DAC Hollywood Cerise

📋 copy color: '#E10DAC'

red 225 ◦ green 13 ◦ blue 172

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

Shades of Hollywood Cerise #E10DAC

Tints of Hollywood Cerise #E10DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.95%

R = 54.88%
G = 3.17%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E10DAC (or 0xE10DAC) is known color: Hollywood Cerise. HEX triplet: E1, 0D and AC. RGB value is (225,13,172). Sum of RGB (Red+Green+Blue) = 225+13+172=410 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.88% from 410); Green value is 13 (5.47% from 255 or 3.17% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 225 - color contains mainly: red. Hex color #E10DAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10DAC is #1EF253. Grayscale: #5E5E5E. Windows color (decimal): -2028116 or 11275745. OLE color: 11275745.

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

Color convert

RGB 225 13 172 -
CMYK 0 0.94 0.24 0.12
HSL 315º 0.89% 0.47% -
HSV(B) 315º 0.94% 0.88% -
XYZ 38.64 19.27 40.71 -
YUV 94.51 171.74 221.07 -
System Red Green Blue C M Y K H S L
Decimal 225 13 172 0 0.94 0.24 0.12 315 0.89 0.47
Hex E1 D AC 0 5E 18 C 13B 59 2F
Octal 341 15 254 0 136 30 14 473 131 57
Binary 11100001 1101 10101100 0 1011110 11000 1100 100111011 1011001 101111

Color Harmonies of #E10DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10DAC

Black with #E10DAC

Text Example


Text Example

White with #E10DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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