Html Css Color HEX #E70DAB Hollywood Cerise

📋 copy color: '#E70DAB'

red 231 ◦ green 13 ◦ blue 171

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

Shades of Hollywood Cerise #E70DAB

Tints of Hollywood Cerise #E70DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.2%

R = 55.66%
G = 3.13%
B = 41.2%

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

#E70DAB (or 0xE70DAB) is known color: Hollywood Cerise. HEX triplet: E7, 0D and AB. RGB value is (231,13,171). Sum of RGB (Red+Green+Blue) = 231+13+171=415 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.66% from 415); Green value is 13 (5.47% from 255 or 3.13% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 231 - color contains mainly: red. Hex color #E70DAB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70DAB is #18F254. Grayscale: #5F5F5F. Windows color (decimal): -1634901 or 11210215. OLE color: 11210215.

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

Color convert

RGB 231 13 171 -
CMYK 0 0.94 0.26 0.09
HSL 316.51º 0.89% 0.48% -
HSV(B) 316.51º 0.94% 0.91% -
XYZ 40.45 20.22 40.3 -
YUV 96.19 170.22 224.15 -
System Red Green Blue C M Y K H S L
Decimal 231 13 171 0 0.94 0.26 0.09 316.51 0.89 0.48
Hex E7 D AB 0 5E 1A 9 13D 59 30
Octal 347 15 253 0 136 32 11 475 131 60
Binary 11100111 1101 10101011 0 1011110 11010 1001 100111101 1011001 110000

Color Harmonies of #E70DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70DAB

Black with #E70DAB

Text Example


Text Example

White with #E70DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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