Html Css Color HEX #E2149F Hollywood Cerise

📋 copy color: '#E2149F'

red 226 ◦ green 20 ◦ blue 159

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

Shades of Hollywood Cerise #E2149F

Tints of Hollywood Cerise #E2149F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.26%

R = 55.8%
G = 4.94%
B = 39.26%

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

#E2149F (or 0xE2149F) is known color: Hollywood Cerise. HEX triplet: E2, 14 and 9F. RGB value is (226,20,159). Sum of RGB (Red+Green+Blue) = 226+20+159=405 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.80% from 405); Green value is 20 (8.20% from 255 or 4.94% from 405); Blue value is 159 (62.5% from 255 or 39.26% from 405); Max value from RGB is 226 - color contains mainly: red. Hex color #E2149F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E2149F is #1DEB60. Grayscale: #616161. Windows color (decimal): -1960801 or 10425570. OLE color: 10425570.

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

Color convert

RGB 226 20 159 -
CMYK 0 0.91 0.30 0.11
HSL 319.51º 0.84% 0.48% -
HSV(B) 319.51º 0.91% 0.89% -
XYZ 37.87 19.17 34.51 -
YUV 97.44 162.75 219.7 -
System Red Green Blue C M Y K H S L
Decimal 226 20 159 0 0.91 0.30 0.11 319.51 0.84 0.48
Hex E2 14 9F 0 5B 1E B 140 54 30
Octal 342 24 237 0 133 36 13 500 124 60
Binary 11100010 10100 10011111 0 1011011 11110 1011 101000000 1010100 110000

Color Harmonies of #E2149F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2149F

Black with #E2149F

Text Example


Text Example

White with #E2149F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2149F; }

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

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

background-color css

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

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

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

border-color css

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

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

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