Html Css Color HEX #E2149C Hollywood Cerise

📋 copy color: '#E2149C'

red 226 ◦ green 20 ◦ blue 156

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

Shades of Hollywood Cerise #E2149C

Tints of Hollywood Cerise #E2149C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 38.81%

R = 56.22%
G = 4.98%
B = 38.81%

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

#E2149C (or 0xE2149C) is known color: Hollywood Cerise. HEX triplet: E2, 14 and 9C. RGB value is (226,20,156). Sum of RGB (Red+Green+Blue) = 226+20+156=402 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.22% from 402); Green value is 20 (8.20% from 255 or 4.98% from 402); Blue value is 156 (61.33% from 255 or 38.81% from 402); Max value from RGB is 226 - color contains mainly: red. Hex color #E2149C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E2149C is #1DEB63. Grayscale: #606060. Windows color (decimal): -1960804 or 10228962. OLE color: 10228962.

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

Color convert

RGB 226 20 156 -
CMYK 0 0.91 0.31 0.11
HSL 320.39º 0.84% 0.48% -
HSV(B) 320.39º 0.91% 0.89% -
XYZ 37.61 19.07 33.15 -
YUV 97.1 161.25 219.94 -
System Red Green Blue C M Y K H S L
Decimal 226 20 156 0 0.91 0.31 0.11 320.39 0.84 0.48
Hex E2 14 9C 0 5B 1F B 140 54 30
Octal 342 24 234 0 133 37 13 500 124 60
Binary 11100010 10100 10011100 0 1011011 11111 1011 101000000 1010100 110000

Color Harmonies of #E2149C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2149C

Black with #E2149C

Text Example


Text Example

White with #E2149C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2149C; }

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

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

background-color css

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

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

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

border-color css

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

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

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