Html Css Color HEX #E70091 Hollywood Cerise

📋 copy color: '#E70091'

red 231 ◦ green 0 ◦ blue 145

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

Shades of Hollywood Cerise #E70091

Tints of Hollywood Cerise #E70091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 38.56%

R = 61.44%
G = 0%
B = 38.56%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.37

 K value IS 0.09

RGB Variations

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

Color information

#E70091 (or 0xE70091) is known color: Hollywood Cerise. HEX triplet: E7, 00 and 91. RGB value is (231,0,145). Sum of RGB (Red+Green+Blue) = 231+0+145=376 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.44% from 376); Green value is 0 (0.39% from 255 or 0% from 376); Blue value is 145 (57.03% from 255 or 38.56% from 376); Max value from RGB is 231 - color contains mainly: red. Hex color #E70091 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70091 is #18FF6E. Grayscale: #555555. Windows color (decimal): -1638255 or 9502951. OLE color: 9502951.

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

Color convert

RGB 231 0 145 -
CMYK 0 1 0.37 0.09
HSL 322.34º 1% 0.45% -
HSV(B) 322.34º 1% 0.91% -
XYZ 38.07 19.03 28.46 -
YUV 85.6 161.53 231.71 -
System Red Green Blue C M Y K H S L
Decimal 231 0 145 0 1 0.37 0.09 322.34 1 0.45
Hex E7 0 91 0 64 25 9 142 64 2D
Octal 347 0 221 0 144 45 11 502 144 55
Binary 11100111 0 10010001 0 1100100 100101 1001 101000010 1100100 101101

Color Harmonies of #E70091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70091

Black with #E70091

Text Example


Text Example

White with #E70091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70091; }

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

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

background-color css

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

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

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

border-color css

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

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

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