Html Css Color HEX #E70A8F Hollywood Cerise

📋 copy color: '#E70A8F'

red 231 ◦ green 10 ◦ blue 143

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

Shades of Hollywood Cerise #E70A8F

Tints of Hollywood Cerise #E70A8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.24%

R = 60.16%
G = 2.6%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.09

RGB Variations

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

Color information

#E70A8F (or 0xE70A8F) is known color: Hollywood Cerise. HEX triplet: E7, 0A and 8F. RGB value is (231,10,143). Sum of RGB (Red+Green+Blue) = 231+10+143=384 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.16% from 384); Green value is 10 (4.30% from 255 or 2.60% from 384); Blue value is 143 (56.25% from 255 or 37.24% from 384); Max value from RGB is 231 - color contains mainly: red. Hex color #E70A8F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70A8F is #18F570. Grayscale: #5A5A5A. Windows color (decimal): -1635697 or 9374439. OLE color: 9374439.

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

Color convert

RGB 231 10 143 -
CMYK 0 0.96 0.38 0.09
HSL 323.89º 0.92% 0.47% -
HSV(B) 323.89º 0.96% 0.91% -
XYZ 38.02 19.19 27.69 -
YUV 91.24 157.22 227.69 -
System Red Green Blue C M Y K H S L
Decimal 231 10 143 0 0.96 0.38 0.09 323.89 0.92 0.47
Hex E7 A 8F 0 60 26 9 144 5C 2F
Octal 347 12 217 0 140 46 11 504 134 57
Binary 11100111 1010 10001111 0 1100000 100110 1001 101000100 1011100 101111

Color Harmonies of #E70A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70A8F

Black with #E70A8F

Text Example


Text Example

White with #E70A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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