Html Css Color HEX #E70AAF Hollywood Cerise

📋 copy color: '#E70AAF'

red 231 ◦ green 10 ◦ blue 175

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

Shades of Hollywood Cerise #E70AAF

Tints of Hollywood Cerise #E70AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.07%

R = 55.53%
G = 2.4%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#E70AAF (or 0xE70AAF) is known color: Hollywood Cerise. HEX triplet: E7, 0A and AF. RGB value is (231,10,175). Sum of RGB (Red+Green+Blue) = 231+10+175=416 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.53% from 416); Green value is 10 (4.30% from 255 or 2.40% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 231 - color contains mainly: red. Hex color #E70AAF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70AAF is #18F550. Grayscale: #5E5E5E. Windows color (decimal): -1635665 or 11471591. OLE color: 11471591.

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

Color convert

RGB 231 10 175 -
CMYK 0 0.96 0.24 0.09
HSL 315.2º 0.92% 0.47% -
HSV(B) 315.2º 0.96% 0.91% -
XYZ 40.8 20.3 42.33 -
YUV 94.89 173.22 225.08 -
System Red Green Blue C M Y K H S L
Decimal 231 10 175 0 0.96 0.24 0.09 315.2 0.92 0.47
Hex E7 A AF 0 60 18 9 13B 5C 2F
Octal 347 12 257 0 140 30 11 473 134 57
Binary 11100111 1010 10101111 0 1100000 11000 1001 100111011 1011100 101111

Color Harmonies of #E70AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70AAF

Black with #E70AAF

Text Example


Text Example

White with #E70AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70AAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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