Html Css Color HEX #E70691 Hollywood Cerise

📋 copy color: '#E70691'

red 231 ◦ green 6 ◦ blue 145

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

Shades of Hollywood Cerise #E70691

Tints of Hollywood Cerise #E70691

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.57%

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

R = 60.47%
G = 1.57%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.37

 K value IS 0.09

RGB Variations

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

Color information

#E70691 (or 0xE70691) is known color: Hollywood Cerise. HEX triplet: E7, 06 and 91. RGB value is (231,6,145). Sum of RGB (Red+Green+Blue) = 231+6+145=382 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.47% from 382); Green value is 6 (2.73% from 255 or 1.57% from 382); Blue value is 145 (57.03% from 255 or 37.96% from 382); Max value from RGB is 231 - color contains mainly: red. Hex color #E70691 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70691 is #18F96E. Grayscale: #585858. Windows color (decimal): -1636719 or 9504487. OLE color: 9504487.

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

Color convert

RGB 231 6 145 -
CMYK 0 0.97 0.37 0.09
HSL 322.93º 0.95% 0.46% -
HSV(B) 322.93º 0.97% 0.91% -
XYZ 38.13 19.16 28.48 -
YUV 89.12 159.54 229.2 -
System Red Green Blue C M Y K H S L
Decimal 231 6 145 0 0.97 0.37 0.09 322.93 0.95 0.46
Hex E7 6 91 0 61 25 9 143 5F 2E
Octal 347 6 221 0 141 45 11 503 137 56
Binary 11100111 110 10010001 0 1100001 100101 1001 101000011 1011111 101110

Color Harmonies of #E70691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70691

Black with #E70691

Text Example


Text Example

White with #E70691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70691; }

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

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

background-color css

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

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

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

border-color css

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

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

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