Html Css Color HEX #E70DA8 Hollywood Cerise

📋 copy color: '#E70DA8'

red 231 ◦ green 13 ◦ blue 168

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

Shades of Hollywood Cerise #E70DA8

Tints of Hollywood Cerise #E70DA8

RGB

 RED value IS 231 (90.63% from 255) = 56.07%

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

 BLUE value IS 168 (66.02% from 255) = 40.78%

R = 56.07%
G = 3.16%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.27

 K value IS 0.09

RGB Variations

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

Color information

#E70DA8 (or 0xE70DA8) is known color: Hollywood Cerise. HEX triplet: E7, 0D and A8. RGB value is (231,13,168). Sum of RGB (Red+Green+Blue) = 231+13+168=412 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.07% from 412); Green value is 13 (5.47% from 255 or 3.16% from 412); Blue value is 168 (66.02% from 255 or 40.78% from 412); Max value from RGB is 231 - color contains mainly: red. Hex color #E70DA8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70DA8 is #18F257. Grayscale: #5F5F5F. Windows color (decimal): -1634904 or 11013607. OLE color: 11013607.

HSL color Cylindrical-coordinate representation of color #E70DA8: hue angle of 317.34º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E70DA8 is Cyan = 0, Magento = 0.94, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 13 168 -
CMYK 0 0.94 0.27 0.09
HSL 317.34º 0.89% 0.48% -
HSV(B) 317.34º 0.94% 0.91% -
XYZ 40.17 20.1 38.81 -
YUV 95.85 168.72 224.4 -
System Red Green Blue C M Y K H S L
Decimal 231 13 168 0 0.94 0.27 0.09 317.34 0.89 0.48
Hex E7 D A8 0 5E 1B 9 13D 59 30
Octal 347 15 250 0 136 33 11 475 131 60
Binary 11100111 1101 10101000 0 1011110 11011 1001 100111101 1011001 110000

Color Harmonies of #E70DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70DA8

Black with #E70DA8

Text Example


Text Example

White with #E70DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70DA8; }

 p { color: rgb(231,13,168); }

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

background-color css

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

 a { background-color: rgb(231,13,168); }

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

border-color css

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

 span { border-color: rgb(231,13,168); }

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