Html Css Color HEX #E70AAE Hollywood Cerise

📋 copy color: '#E70AAE'

red 231 ◦ green 10 ◦ blue 174

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

Shades of Hollywood Cerise #E70AAE

Tints of Hollywood Cerise #E70AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 41.93%

R = 55.66%
G = 2.41%
B = 41.93%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E70AAE (or 0xE70AAE) is known color: Hollywood Cerise. HEX triplet: E7, 0A and AE. RGB value is (231,10,174). Sum of RGB (Red+Green+Blue) = 231+10+174=415 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.66% from 415); Green value is 10 (4.30% from 255 or 2.41% from 415); Blue value is 174 (68.36% from 255 or 41.93% from 415); Max value from RGB is 231 - color contains mainly: red. Hex color #E70AAE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70AAE is #18F551. Grayscale: #5E5E5E. Windows color (decimal): -1635666 or 11406055. OLE color: 11406055.

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

Color convert

RGB 231 10 174 -
CMYK 0 0.96 0.25 0.09
HSL 315.48º 0.92% 0.47% -
HSV(B) 315.48º 0.96% 0.91% -
XYZ 40.7 20.26 41.81 -
YUV 94.78 172.72 225.16 -
System Red Green Blue C M Y K H S L
Decimal 231 10 174 0 0.96 0.25 0.09 315.48 0.92 0.47
Hex E7 A AE 0 60 19 9 13B 5C 2F
Octal 347 12 256 0 140 31 11 473 134 57
Binary 11100111 1010 10101110 0 1100000 11001 1001 100111011 1011100 101111

Color Harmonies of #E70AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70AAE

Black with #E70AAE

Text Example


Text Example

White with #E70AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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