Html Css Color HEX #E20392 Hollywood Cerise

📋 copy color: '#E20392'

red 226 ◦ green 3 ◦ blue 146

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

Shades of Hollywood Cerise #E20392

Tints of Hollywood Cerise #E20392

RGB

 RED value IS 226 (88.67% from 255) = 60.27%

 GREEN value IS 3 (1.56% from 255) = 0.8%

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

R = 60.27%
G = 0.8%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#E20392 (or 0xE20392) is known color: Hollywood Cerise. HEX triplet: E2, 03 and 92. RGB value is (226,3,146). Sum of RGB (Red+Green+Blue) = 226+3+146=375 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.27% from 375); Green value is 3 (1.56% from 255 or 0.8% from 375); Blue value is 146 (57.42% from 255 or 38.93% from 375); Max value from RGB is 226 - color contains mainly: red. Hex color #E20392 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20392 is #1DFC6D. Grayscale: #555555. Windows color (decimal): -1965166 or 9569250. OLE color: 9569250.

HSL color Cylindrical-coordinate representation of color #E20392: hue angle of 321.52º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E20392 is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 3 146 -
CMYK 0 0.99 0.35 0.11
HSL 321.52º 0.97% 0.45% -
HSV(B) 321.52º 0.99% 0.89% -
XYZ 36.58 18.31 28.8 -
YUV 85.98 161.88 227.87 -
System Red Green Blue C M Y K H S L
Decimal 226 3 146 0 0.99 0.35 0.11 321.52 0.97 0.45
Hex E2 3 92 0 63 23 B 142 61 2D
Octal 342 3 222 0 143 43 13 502 141 55
Binary 11100010 11 10010010 0 1100011 100011 1011 101000010 1100001 101101

Color Harmonies of #E20392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20392

Black with #E20392

Text Example


Text Example

White with #E20392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20392; }

 p { color: rgb(226,3,146); }

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

background-color css

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

 a { background-color: rgb(226,3,146); }

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

border-color css

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

 span { border-color: rgb(226,3,146); }

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