Html Css Color HEX #E70EAC Hollywood Cerise

📋 copy color: '#E70EAC'

red 231 ◦ green 14 ◦ blue 172

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

Shades of Hollywood Cerise #E70EAC

Tints of Hollywood Cerise #E70EAC

RGB

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

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

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

R = 55.4%
G = 3.36%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E70EAC (or 0xE70EAC) is known color: Hollywood Cerise. HEX triplet: E7, 0E and AC. RGB value is (231,14,172). Sum of RGB (Red+Green+Blue) = 231+14+172=417 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.40% from 417); Green value is 14 (5.86% from 255 or 3.36% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 231 - color contains mainly: red. Hex color #E70EAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70EAC is #18F153. Grayscale: #606060. Windows color (decimal): -1634644 or 11276007. OLE color: 11276007.

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

Color convert

RGB 231 14 172 -
CMYK 0 0.94 0.26 0.09
HSL 316.31º 0.89% 0.48% -
HSV(B) 316.31º 0.94% 0.91% -
XYZ 40.56 20.28 40.81 -
YUV 96.9 170.39 223.65 -
System Red Green Blue C M Y K H S L
Decimal 231 14 172 0 0.94 0.26 0.09 316.31 0.89 0.48
Hex E7 E AC 0 5E 1A 9 13C 59 30
Octal 347 16 254 0 136 32 11 474 131 60
Binary 11100111 1110 10101100 0 1011110 11010 1001 100111100 1011001 110000

Color Harmonies of #E70EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70EAC

Black with #E70EAC

Text Example


Text Example

White with #E70EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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