Html Css Color HEX #E10DB1 Hollywood Cerise

📋 copy color: '#E10DB1'

red 225 ◦ green 13 ◦ blue 177

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

Shades of Hollywood Cerise #E10DB1

Tints of Hollywood Cerise #E10DB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 42.65%

R = 54.22%
G = 3.13%
B = 42.65%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#E10DB1 (or 0xE10DB1) is known color: Hollywood Cerise. HEX triplet: E1, 0D and B1. RGB value is (225,13,177). Sum of RGB (Red+Green+Blue) = 225+13+177=415 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.22% from 415); Green value is 13 (5.47% from 255 or 3.13% from 415); Blue value is 177 (69.53% from 255 or 42.65% from 415); Max value from RGB is 225 - color contains mainly: red. Hex color #E10DB1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10DB1 is #1EF24E. Grayscale: #5E5E5E. Windows color (decimal): -2028111 or 11603425. OLE color: 11603425.

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

Color convert

RGB 225 13 177 -
CMYK 0 0.94 0.21 0.12
HSL 313.58º 0.89% 0.47% -
HSV(B) 313.58º 0.94% 0.88% -
XYZ 39.13 19.47 43.29 -
YUV 95.08 174.24 220.66 -
System Red Green Blue C M Y K H S L
Decimal 225 13 177 0 0.94 0.21 0.12 313.58 0.89 0.47
Hex E1 D B1 0 5E 15 C 13A 59 2F
Octal 341 15 261 0 136 25 14 472 131 57
Binary 11100001 1101 10110001 0 1011110 10101 1100 100111010 1011001 101111

Color Harmonies of #E10DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10DB1

Black with #E10DB1

Text Example


Text Example

White with #E10DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10DB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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