Html Css Color HEX #E2159E Hollywood Cerise

📋 copy color: '#E2159E'

red 226 ◦ green 21 ◦ blue 158

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

Shades of Hollywood Cerise #E2159E

Tints of Hollywood Cerise #E2159E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.19%

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

R = 55.8%
G = 5.19%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#E2159E (or 0xE2159E) is known color: Hollywood Cerise. HEX triplet: E2, 15 and 9E. RGB value is (226,21,158). Sum of RGB (Red+Green+Blue) = 226+21+158=405 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.80% from 405); Green value is 21 (8.59% from 255 or 5.19% from 405); Blue value is 158 (62.11% from 255 or 39.01% from 405); Max value from RGB is 226 - color contains mainly: red. Hex color #E2159E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E2159E is #1DEA61. Grayscale: #616161. Windows color (decimal): -1960546 or 10360290. OLE color: 10360290.

HSL color Cylindrical-coordinate representation of color #E2159E: hue angle of 319.9º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E2159E is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 21 158 -
CMYK 0 0.91 0.30 0.11
HSL 319.9º 0.83% 0.48% -
HSV(B) 319.9º 0.91% 0.89% -
XYZ 37.8 19.17 34.06 -
YUV 97.91 161.92 219.36 -
System Red Green Blue C M Y K H S L
Decimal 226 21 158 0 0.91 0.30 0.11 319.9 0.83 0.48
Hex E2 15 9E 0 5B 1E B 140 53 30
Octal 342 25 236 0 133 36 13 500 123 60
Binary 11100010 10101 10011110 0 1011011 11110 1011 101000000 1010011 110000

Color Harmonies of #E2159E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2159E

Black with #E2159E

Text Example


Text Example

White with #E2159E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2159E; }

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

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

background-color css

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

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

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

border-color css

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

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

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