Html Css Color HEX #E70092 Hollywood Cerise

📋 copy color: '#E70092'

red 231 ◦ green 0 ◦ blue 146

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

Shades of Hollywood Cerise #E70092

Tints of Hollywood Cerise #E70092

RGB

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

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

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

R = 61.27%
G = 0%
B = 38.73%

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

#E70092 (or 0xE70092) is known color: Hollywood Cerise. HEX triplet: E7, 00 and 92. RGB value is (231,0,146). Sum of RGB (Red+Green+Blue) = 231+0+146=377 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.27% from 377); Green value is 0 (0.39% from 255 or 0% from 377); Blue value is 146 (57.42% from 255 or 38.73% from 377); Max value from RGB is 231 - color contains mainly: red. Hex color #E70092 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70092 is #18FF6D. Grayscale: #555555. Windows color (decimal): -1638254 or 9568487. OLE color: 9568487.

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

Color convert

RGB 231 0 146 -
CMYK 0 1 0.37 0.09
HSL 322.08º 1% 0.45% -
HSV(B) 322.08º 1% 0.91% -
XYZ 38.14 19.06 28.86 -
YUV 85.71 162.03 231.63 -
System Red Green Blue C M Y K H S L
Decimal 231 0 146 0 1 0.37 0.09 322.08 1 0.45
Hex E7 0 92 0 64 25 9 142 64 2D
Octal 347 0 222 0 144 45 11 502 144 55
Binary 11100111 0 10010010 0 1100100 100101 1001 101000010 1100100 101101

Color Harmonies of #E70092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70092

Black with #E70092

Text Example


Text Example

White with #E70092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70092; }

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

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

background-color css

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

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

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

border-color css

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

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

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