Html Css Color HEX #E70DAC Hollywood Cerise

📋 copy color: '#E70DAC'

red 231 ◦ green 13 ◦ blue 172

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

Shades of Hollywood Cerise #E70DAC

Tints of Hollywood Cerise #E70DAC

RGB

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

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

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

R = 55.53%
G = 3.13%
B = 41.35%

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

#E70DAC (or 0xE70DAC) is known color: Hollywood Cerise. HEX triplet: E7, 0D and AC. RGB value is (231,13,172). Sum of RGB (Red+Green+Blue) = 231+13+172=416 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.53% from 416); Green value is 13 (5.47% from 255 or 3.12% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 231 - color contains mainly: red. Hex color #E70DAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70DAC is #18F253. Grayscale: #5F5F5F. Windows color (decimal): -1634900 or 11275751. OLE color: 11275751.

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

Color convert

RGB 231 13 172 -
CMYK 0 0.94 0.26 0.09
HSL 316.24º 0.89% 0.48% -
HSV(B) 316.24º 0.94% 0.91% -
XYZ 40.55 20.26 40.8 -
YUV 96.31 170.72 224.07 -
System Red Green Blue C M Y K H S L
Decimal 231 13 172 0 0.94 0.26 0.09 316.24 0.89 0.48
Hex E7 D AC 0 5E 1A 9 13C 59 30
Octal 347 15 254 0 136 32 11 474 131 60
Binary 11100111 1101 10101100 0 1011110 11010 1001 100111100 1011001 110000

Color Harmonies of #E70DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70DAC

Black with #E70DAC

Text Example


Text Example

White with #E70DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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