Html Css Color HEX #E70096 Hollywood Cerise

📋 copy color: '#E70096'

red 231 ◦ green 0 ◦ blue 150

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

Shades of Hollywood Cerise #E70096

Tints of Hollywood Cerise #E70096

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 150 (58.98% from 255) = 39.37%

R = 60.63%
G = 0%
B = 39.37%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.35

 K value IS 0.09

RGB Variations

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

Color information

#E70096 (or 0xE70096) is known color: Hollywood Cerise. HEX triplet: E7, 00 and 96. RGB value is (231,0,150). Sum of RGB (Red+Green+Blue) = 231+0+150=381 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.63% from 381); Green value is 0 (0.39% from 255 or 0% from 381); Blue value is 150 (58.98% from 255 or 39.37% from 381); Max value from RGB is 231 - color contains mainly: red. Hex color #E70096 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70096 is #18FF69. Grayscale: #555555. Windows color (decimal): -1638250 or 9830631. OLE color: 9830631.

HSL color Cylindrical-coordinate representation of color #E70096: hue angle of 321.04º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E70096 is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 0 150 -
CMYK 0 1 0.35 0.09
HSL 321.04º 1% 0.45% -
HSV(B) 321.04º 1% 0.91% -
XYZ 38.46 19.19 30.53 -
YUV 86.17 164.03 231.3 -
System Red Green Blue C M Y K H S L
Decimal 231 0 150 0 1 0.35 0.09 321.04 1 0.45
Hex E7 0 96 0 64 23 9 141 64 2D
Octal 347 0 226 0 144 43 11 501 144 55
Binary 11100111 0 10010110 0 1100100 100011 1001 101000001 1100100 101101

Color Harmonies of #E70096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70096

Black with #E70096

Text Example


Text Example

White with #E70096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70096; }

 p { color: rgb(231,0,150); }

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

background-color css

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

 a { background-color: rgb(231,0,150); }

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

border-color css

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

 span { border-color: rgb(231,0,150); }

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