Html Css Color HEX #E70591 Hollywood Cerise

📋 copy color: '#E70591'

red 231 ◦ green 5 ◦ blue 145

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

Shades of Hollywood Cerise #E70591

Tints of Hollywood Cerise #E70591

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.31%

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

R = 60.63%
G = 1.31%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.09

RGB Variations

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

Color information

#E70591 (or 0xE70591) is known color: Hollywood Cerise. HEX triplet: E7, 05 and 91. RGB value is (231,5,145). Sum of RGB (Red+Green+Blue) = 231+5+145=381 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.63% from 381); Green value is 5 (2.34% from 255 or 1.31% from 381); Blue value is 145 (57.03% from 255 or 38.06% from 381); Max value from RGB is 231 - color contains mainly: red. Hex color #E70591 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70591 is #18FA6E. Grayscale: #585858. Windows color (decimal): -1636975 or 9504231. OLE color: 9504231.

HSL color Cylindrical-coordinate representation of color #E70591: hue angle of 322.83º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E70591 is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 5 145 -
CMYK 0 0.98 0.37 0.09
HSL 322.83º 0.96% 0.46% -
HSV(B) 322.83º 0.98% 0.91% -
XYZ 38.12 19.14 28.47 -
YUV 88.53 159.87 229.62 -
System Red Green Blue C M Y K H S L
Decimal 231 5 145 0 0.98 0.37 0.09 322.83 0.96 0.46
Hex E7 5 91 0 62 25 9 143 60 2E
Octal 347 5 221 0 142 45 11 503 140 56
Binary 11100111 101 10010001 0 1100010 100101 1001 101000011 1100000 101110

Color Harmonies of #E70591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70591

Black with #E70591

Text Example


Text Example

White with #E70591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70591; }

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

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

background-color css

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

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

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

border-color css

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

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

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