Html Css Color HEX #E70A91 Hollywood Cerise

📋 copy color: '#E70A91'

red 231 ◦ green 10 ◦ blue 145

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

Shades of Hollywood Cerise #E70A91

Tints of Hollywood Cerise #E70A91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 37.56%

R = 59.84%
G = 2.59%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.09

RGB Variations

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

Color information

#E70A91 (or 0xE70A91) is known color: Hollywood Cerise. HEX triplet: E7, 0A and 91. RGB value is (231,10,145). Sum of RGB (Red+Green+Blue) = 231+10+145=386 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.84% from 386); Green value is 10 (4.30% from 255 or 2.59% from 386); Blue value is 145 (57.03% from 255 or 37.56% from 386); Max value from RGB is 231 - color contains mainly: red. Hex color #E70A91 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70A91 is #18F56E. Grayscale: #5B5B5B. Windows color (decimal): -1635695 or 9505511. OLE color: 9505511.

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

Color convert

RGB 231 10 145 -
CMYK 0 0.96 0.37 0.09
HSL 323.35º 0.92% 0.47% -
HSV(B) 323.35º 0.96% 0.91% -
XYZ 38.17 19.25 28.49 -
YUV 91.47 158.22 227.52 -
System Red Green Blue C M Y K H S L
Decimal 231 10 145 0 0.96 0.37 0.09 323.35 0.92 0.47
Hex E7 A 91 0 60 25 9 143 5C 2F
Octal 347 12 221 0 140 45 11 503 134 57
Binary 11100111 1010 10010001 0 1100000 100101 1001 101000011 1011100 101111

Color Harmonies of #E70A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70A91

Black with #E70A91

Text Example


Text Example

White with #E70A91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70A91; }

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

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

background-color css

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

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

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

border-color css

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

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

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