Html Css Color HEX #E70A8D Hollywood Cerise

📋 copy color: '#E70A8D'

red 231 ◦ green 10 ◦ blue 141

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

Shades of Hollywood Cerise #E70A8D

Tints of Hollywood Cerise #E70A8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.91%

R = 60.47%
G = 2.62%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.39

 K value IS 0.09

RGB Variations

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

Color information

#E70A8D (or 0xE70A8D) is known color: Hollywood Cerise. HEX triplet: E7, 0A and 8D. RGB value is (231,10,141). Sum of RGB (Red+Green+Blue) = 231+10+141=382 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.47% from 382); Green value is 10 (4.30% from 255 or 2.62% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 231 - color contains mainly: red. Hex color #E70A8D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70A8D is #18F572. Grayscale: #5A5A5A. Windows color (decimal): -1635699 or 9243367. OLE color: 9243367.

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

Color convert

RGB 231 10 141 -
CMYK 0 0.96 0.39 0.09
HSL 324.43º 0.92% 0.47% -
HSV(B) 324.43º 0.96% 0.91% -
XYZ 37.87 19.13 26.9 -
YUV 91.01 156.22 227.85 -
System Red Green Blue C M Y K H S L
Decimal 231 10 141 0 0.96 0.39 0.09 324.43 0.92 0.47
Hex E7 A 8D 0 60 27 9 144 5C 2F
Octal 347 12 215 0 140 47 11 504 134 57
Binary 11100111 1010 10001101 0 1100000 100111 1001 101000100 1011100 101111

Color Harmonies of #E70A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70A8D

Black with #E70A8D

Text Example


Text Example

White with #E70A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70A8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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