Html Css Color HEX #E2149D Hollywood Cerise

📋 copy color: '#E2149D'

red 226 ◦ green 20 ◦ blue 157

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

Shades of Hollywood Cerise #E2149D

Tints of Hollywood Cerise #E2149D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.96%

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

R = 56.08%
G = 4.96%
B = 38.96%

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

#E2149D (or 0xE2149D) is known color: Hollywood Cerise. HEX triplet: E2, 14 and 9D. RGB value is (226,20,157). Sum of RGB (Red+Green+Blue) = 226+20+157=403 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.08% from 403); Green value is 20 (8.20% from 255 or 4.96% from 403); Blue value is 157 (61.72% from 255 or 38.96% from 403); Max value from RGB is 226 - color contains mainly: red. Hex color #E2149D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E2149D is #1DEB62. Grayscale: #606060. Windows color (decimal): -1960803 or 10294498. OLE color: 10294498.

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

Color convert

RGB 226 20 157 -
CMYK 0 0.91 0.31 0.11
HSL 320.1º 0.84% 0.48% -
HSV(B) 320.1º 0.91% 0.89% -
XYZ 37.7 19.1 33.6 -
YUV 97.21 161.75 219.86 -
System Red Green Blue C M Y K H S L
Decimal 226 20 157 0 0.91 0.31 0.11 320.1 0.84 0.48
Hex E2 14 9D 0 5B 1F B 140 54 30
Octal 342 24 235 0 133 37 13 500 124 60
Binary 11100010 10100 10011101 0 1011011 11111 1011 101000000 1010100 110000

Color Harmonies of #E2149D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2149D

Black with #E2149D

Text Example


Text Example

White with #E2149D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2149D; }

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

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

background-color css

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

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

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

border-color css

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

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

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