Html Css Color HEX #E70AAC Hollywood Cerise

📋 copy color: '#E70AAC'

red 231 ◦ green 10 ◦ blue 172

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

Shades of Hollywood Cerise #E70AAC

Tints of Hollywood Cerise #E70AAC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.42%

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

R = 55.93%
G = 2.42%
B = 41.65%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E70AAC (or 0xE70AAC) is known color: Hollywood Cerise. HEX triplet: E7, 0A and AC. RGB value is (231,10,172). Sum of RGB (Red+Green+Blue) = 231+10+172=413 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.93% from 413); Green value is 10 (4.30% from 255 or 2.42% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 231 - color contains mainly: red. Hex color #E70AAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70AAC is #18F553. Grayscale: #5E5E5E. Windows color (decimal): -1635668 or 11274983. OLE color: 11274983.

HSL color Cylindrical-coordinate representation of color #E70AAC: hue angle of 316.02º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E70AAC is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 10 172 -
CMYK 0 0.96 0.26 0.09
HSL 316.02º 0.92% 0.47% -
HSV(B) 316.02º 0.96% 0.91% -
XYZ 40.51 20.18 40.79 -
YUV 94.55 171.72 225.33 -
System Red Green Blue C M Y K H S L
Decimal 231 10 172 0 0.96 0.26 0.09 316.02 0.92 0.47
Hex E7 A AC 0 60 1A 9 13C 5C 2F
Octal 347 12 254 0 140 32 11 474 134 57
Binary 11100111 1010 10101100 0 1100000 11010 1001 100111100 1011100 101111

Color Harmonies of #E70AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70AAC

Black with #E70AAC

Text Example


Text Example

White with #E70AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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