Html Css Color HEX #E2019E Hollywood Cerise

📋 copy color: '#E2019E'

red 226 ◦ green 1 ◦ blue 158

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

Shades of Hollywood Cerise #E2019E

Tints of Hollywood Cerise #E2019E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 41.04%

R = 58.7%
G = 0.26%
B = 41.04%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#E2019E (or 0xE2019E) is known color: Hollywood Cerise. HEX triplet: E2, 01 and 9E. RGB value is (226,1,158). Sum of RGB (Red+Green+Blue) = 226+1+158=385 (50% of max value = 765). Red value is 226 (88.67% from 255 or 58.70% from 385); Green value is 1 (0.78% from 255 or 0.26% from 385); Blue value is 158 (62.11% from 255 or 41.04% from 385); Max value from RGB is 226 - color contains mainly: red. Hex color #E2019E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E2019E is #1DFE61. Grayscale: #555555. Windows color (decimal): -1965666 or 10355170. OLE color: 10355170.

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

Color convert

RGB 226 1 158 -
CMYK 0 1.00 0.30 0.11
HSL 318.13º 0.99% 0.45% -
HSV(B) 318.13º 1% 0.89% -
XYZ 37.55 18.66 33.97 -
YUV 86.17 168.54 227.73 -
System Red Green Blue C M Y K H S L
Decimal 226 1 158 0 1.00 0.30 0.11 318.13 0.99 0.45
Hex E2 1 9E 0 64 1E B 13E 63 2D
Octal 342 1 236 0 144 36 13 476 143 55
Binary 11100010 1 10011110 0 1100100 11110 1011 100111110 1100011 101101

Color Harmonies of #E2019E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2019E

Black with #E2019E

Text Example


Text Example

White with #E2019E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2019E; }

 p { color: rgb(226,1,158); }

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

background-color css

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

 a { background-color: rgb(226,1,158); }

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

border-color css

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

 span { border-color: rgb(226,1,158); }

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