Html Css Color HEX #E70AB2 Hollywood Cerise

📋 copy color: '#E70AB2'

red 231 ◦ green 10 ◦ blue 178

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

Shades of Hollywood Cerise #E70AB2

Tints of Hollywood Cerise #E70AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 42.48%

R = 55.13%
G = 2.39%
B = 42.48%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.23

 K value IS 0.09

RGB Variations

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

Color information

#E70AB2 (or 0xE70AB2) is known color: Hollywood Cerise. HEX triplet: E7, 0A and B2. RGB value is (231,10,178). Sum of RGB (Red+Green+Blue) = 231+10+178=419 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.13% from 419); Green value is 10 (4.30% from 255 or 2.39% from 419); Blue value is 178 (69.92% from 255 or 42.48% from 419); Max value from RGB is 231 - color contains mainly: red. Hex color #E70AB2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70AB2 is #18F54D. Grayscale: #5E5E5E. Windows color (decimal): -1635662 or 11668199. OLE color: 11668199.

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

Color convert

RGB 231 10 178 -
CMYK 0 0.96 0.23 0.09
HSL 314.39º 0.92% 0.47% -
HSV(B) 314.39º 0.96% 0.91% -
XYZ 41.1 20.42 43.89 -
YUV 95.23 174.72 224.84 -
System Red Green Blue C M Y K H S L
Decimal 231 10 178 0 0.96 0.23 0.09 314.39 0.92 0.47
Hex E7 A B2 0 60 17 9 13A 5C 2F
Octal 347 12 262 0 140 27 11 472 134 57
Binary 11100111 1010 10110010 0 1100000 10111 1001 100111010 1011100 101111

Color Harmonies of #E70AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70AB2

Black with #E70AB2

Text Example


Text Example

White with #E70AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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