Html Css Color HEX #E70D9F Hollywood Cerise

📋 copy color: '#E70D9F'

red 231 ◦ green 13 ◦ blue 159

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

Shades of Hollywood Cerise #E70D9F

Tints of Hollywood Cerise #E70D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.45%

R = 57.32%
G = 3.23%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#E70D9F (or 0xE70D9F) is known color: Hollywood Cerise. HEX triplet: E7, 0D and 9F. RGB value is (231,13,159). Sum of RGB (Red+Green+Blue) = 231+13+159=403 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.32% from 403); Green value is 13 (5.47% from 255 or 3.23% from 403); Blue value is 159 (62.5% from 255 or 39.45% from 403); Max value from RGB is 231 - color contains mainly: red. Hex color #E70D9F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70D9F is #18F260. Grayscale: #5E5E5E. Windows color (decimal): -1634913 or 10423783. OLE color: 10423783.

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

Color convert

RGB 231 13 159 -
CMYK 0 0.94 0.31 0.09
HSL 319.82º 0.89% 0.48% -
HSV(B) 319.82º 0.94% 0.91% -
XYZ 39.36 19.78 34.54 -
YUV 94.83 164.22 225.13 -
System Red Green Blue C M Y K H S L
Decimal 231 13 159 0 0.94 0.31 0.09 319.82 0.89 0.48
Hex E7 D 9F 0 5E 1F 9 140 59 30
Octal 347 15 237 0 136 37 11 500 131 60
Binary 11100111 1101 10011111 0 1011110 11111 1001 101000000 1011001 110000

Color Harmonies of #E70D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70D9F

Black with #E70D9F

Text Example


Text Example

White with #E70D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70D9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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