Html Css Color HEX #E70E99 Hollywood Cerise

📋 copy color: '#E70E99'

red 231 ◦ green 14 ◦ blue 153

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

Shades of Hollywood Cerise #E70E99

Tints of Hollywood Cerise #E70E99

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.52%

 BLUE value IS 153 (60.16% from 255) = 38.44%

R = 58.04%
G = 3.52%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.34

 K value IS 0.09

RGB Variations

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

Color information

#E70E99 (or 0xE70E99) is known color: Hollywood Cerise. HEX triplet: E7, 0E and 99. RGB value is (231,14,153). Sum of RGB (Red+Green+Blue) = 231+14+153=398 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.04% from 398); Green value is 14 (5.86% from 255 or 3.52% from 398); Blue value is 153 (60.16% from 255 or 38.44% from 398); Max value from RGB is 231 - color contains mainly: red. Hex color #E70E99 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70E99 is #18F166. Grayscale: #5E5E5E. Windows color (decimal): -1634663 or 10030823. OLE color: 10030823.

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

Color convert

RGB 231 14 153 -
CMYK 0 0.94 0.34 0.09
HSL 321.57º 0.89% 0.48% -
HSV(B) 321.57º 0.94% 0.91% -
XYZ 38.86 19.6 31.87 -
YUV 94.73 160.89 225.2 -
System Red Green Blue C M Y K H S L
Decimal 231 14 153 0 0.94 0.34 0.09 321.57 0.89 0.48
Hex E7 E 99 0 5E 22 9 142 59 30
Octal 347 16 231 0 136 42 11 502 131 60
Binary 11100111 1110 10011001 0 1011110 100010 1001 101000010 1011001 110000

Color Harmonies of #E70E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70E99

Black with #E70E99

Text Example


Text Example

White with #E70E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70E99; }

 p { color: rgb(231,14,153); }

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

background-color css

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

 a { background-color: rgb(231,14,153); }

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

border-color css

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

 span { border-color: rgb(231,14,153); }

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