Html Css Color HEX #E20292 Hollywood Cerise

📋 copy color: '#E20292'

red 226 ◦ green 2 ◦ blue 146

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

Shades of Hollywood Cerise #E20292

Tints of Hollywood Cerise #E20292

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.53%

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

R = 60.43%
G = 0.53%
B = 39.04%

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

#E20292 (or 0xE20292) is known color: Hollywood Cerise. HEX triplet: E2, 02 and 92. RGB value is (226,2,146). Sum of RGB (Red+Green+Blue) = 226+2+146=374 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.43% from 374); Green value is 2 (1.17% from 255 or 0.53% from 374); Blue value is 146 (57.42% from 255 or 39.04% from 374); Max value from RGB is 226 - color contains mainly: red. Hex color #E20292 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20292 is #1DFD6D. Grayscale: #555555. Windows color (decimal): -1965422 or 9568994. OLE color: 9568994.

HSL color Cylindrical-coordinate representation of color #E20292: hue angle of 321.43º degrees, saturation: 0.98, 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 #E20292 is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 2 146 -
CMYK 0 0.99 0.35 0.11
HSL 321.43º 0.98% 0.45% -
HSV(B) 321.43º 0.99% 0.89% -
XYZ 36.57 18.29 28.8 -
YUV 85.39 162.21 228.29 -
System Red Green Blue C M Y K H S L
Decimal 226 2 146 0 0.99 0.35 0.11 321.43 0.98 0.45
Hex E2 2 92 0 63 23 B 141 62 2D
Octal 342 2 222 0 143 43 13 501 142 55
Binary 11100010 10 10010010 0 1100011 100011 1011 101000001 1100010 101101

Color Harmonies of #E20292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20292

Black with #E20292

Text Example


Text Example

White with #E20292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20292; }

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

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

background-color css

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

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

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

border-color css

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

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

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