Html Css Color HEX #E70197 Hollywood Cerise

📋 copy color: '#E70197'

red 231 ◦ green 1 ◦ blue 151

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

Shades of Hollywood Cerise #E70197

Tints of Hollywood Cerise #E70197

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.26%

 BLUE value IS 151 (59.38% from 255) = 39.43%

R = 60.31%
G = 0.26%
B = 39.43%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.35

 K value IS 0.09

RGB Variations

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

Color information

#E70197 (or 0xE70197) is known color: Hollywood Cerise. HEX triplet: E7, 01 and 97. RGB value is (231,1,151). Sum of RGB (Red+Green+Blue) = 231+1+151=383 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.31% from 383); Green value is 1 (0.78% from 255 or 0.26% from 383); Blue value is 151 (59.38% from 255 or 39.43% from 383); Max value from RGB is 231 - color contains mainly: red. Hex color #E70197 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70197 is #18FE68. Grayscale: #565656. Windows color (decimal): -1637993 or 9896423. OLE color: 9896423.

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

Color convert

RGB 231 1 151 -
CMYK 0 1.00 0.35 0.09
HSL 320.87º 0.99% 0.45% -
HSV(B) 320.87º 1% 0.91% -
XYZ 38.55 19.25 30.96 -
YUV 86.87 164.2 230.8 -
System Red Green Blue C M Y K H S L
Decimal 231 1 151 0 1.00 0.35 0.09 320.87 0.99 0.45
Hex E7 1 97 0 64 23 9 141 63 2D
Octal 347 1 227 0 144 43 11 501 143 55
Binary 11100111 1 10010111 0 1100100 100011 1001 101000001 1100011 101101

Color Harmonies of #E70197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70197

Black with #E70197

Text Example


Text Example

White with #E70197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70197; }

 p { color: rgb(231,1,151); }

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

background-color css

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

 a { background-color: rgb(231,1,151); }

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

border-color css

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

 span { border-color: rgb(231,1,151); }

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