Html Css Color HEX #E2159D Hollywood Cerise

📋 copy color: '#E2159D'

red 226 ◦ green 21 ◦ blue 157

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

Shades of Hollywood Cerise #E2159D

Tints of Hollywood Cerise #E2159D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 38.86%

R = 55.94%
G = 5.2%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.31

 K value IS 0.11

RGB Variations

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

Color information

#E2159D (or 0xE2159D) is known color: Hollywood Cerise. HEX triplet: E2, 15 and 9D. RGB value is (226,21,157). Sum of RGB (Red+Green+Blue) = 226+21+157=404 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.94% from 404); Green value is 21 (8.59% from 255 or 5.20% from 404); Blue value is 157 (61.72% from 255 or 38.86% from 404); Max value from RGB is 226 - color contains mainly: red. Hex color #E2159D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E2159D is #1DEA62. Grayscale: #616161. Windows color (decimal): -1960547 or 10294754. OLE color: 10294754.

HSL color Cylindrical-coordinate representation of color #E2159D: hue angle of 320.2º 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 #E2159D is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 21 157 -
CMYK 0 0.91 0.31 0.11
HSL 320.2º 0.83% 0.48% -
HSV(B) 320.2º 0.91% 0.89% -
XYZ 37.72 19.14 33.6 -
YUV 97.8 161.42 219.44 -
System Red Green Blue C M Y K H S L
Decimal 226 21 157 0 0.91 0.31 0.11 320.2 0.83 0.48
Hex E2 15 9D 0 5B 1F B 140 53 30
Octal 342 25 235 0 133 37 13 500 123 60
Binary 11100010 10101 10011101 0 1011011 11111 1011 101000000 1010011 110000

Color Harmonies of #E2159D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2159D

Black with #E2159D

Text Example


Text Example

White with #E2159D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2159D; }

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

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

background-color css

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

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

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

border-color css

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

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

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