Html Css Color HEX #E70192 Hollywood Cerise

📋 copy color: '#E70192'

red 231 ◦ green 1 ◦ blue 146

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

Shades of Hollywood Cerise #E70192

Tints of Hollywood Cerise #E70192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 38.62%

R = 61.11%
G = 0.26%
B = 38.62%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.37

 K value IS 0.09

RGB Variations

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

Color information

#E70192 (or 0xE70192) is known color: Hollywood Cerise. HEX triplet: E7, 01 and 92. RGB value is (231,1,146). Sum of RGB (Red+Green+Blue) = 231+1+146=378 (50% of max value = 765). Red value is 231 (90.62% from 255 or 61.11% from 378); Green value is 1 (0.78% from 255 or 0.26% from 378); Blue value is 146 (57.42% from 255 or 38.62% from 378); Max value from RGB is 231 - color contains mainly: red. Hex color #E70192 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70192 is #18FE6D. Grayscale: #555555. Windows color (decimal): -1637998 or 9568743. OLE color: 9568743.

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

Color convert

RGB 231 1 146 -
CMYK 0 1.00 0.37 0.09
HSL 322.17º 0.99% 0.45% -
HSV(B) 322.17º 1% 0.91% -
XYZ 38.15 19.09 28.87 -
YUV 86.3 161.7 231.21 -
System Red Green Blue C M Y K H S L
Decimal 231 1 146 0 1.00 0.37 0.09 322.17 0.99 0.45
Hex E7 1 92 0 64 25 9 142 63 2D
Octal 347 1 222 0 144 45 11 502 143 55
Binary 11100111 1 10010010 0 1100100 100101 1001 101000010 1100011 101101

Color Harmonies of #E70192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70192

Black with #E70192

Text Example


Text Example

White with #E70192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70192; }

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

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

background-color css

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

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

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

border-color css

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

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

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