Html Css Color HEX #E2149E Hollywood Cerise

📋 copy color: '#E2149E'

red 226 ◦ green 20 ◦ blue 158

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

Shades of Hollywood Cerise #E2149E

Tints of Hollywood Cerise #E2149E

RGB

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

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

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

R = 55.94%
G = 4.95%
B = 39.11%

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

#E2149E (or 0xE2149E) is known color: Hollywood Cerise. HEX triplet: E2, 14 and 9E. RGB value is (226,20,158). Sum of RGB (Red+Green+Blue) = 226+20+158=404 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.94% from 404); Green value is 20 (8.20% from 255 or 4.95% from 404); Blue value is 158 (62.11% from 255 or 39.11% from 404); Max value from RGB is 226 - color contains mainly: red. Hex color #E2149E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E2149E is #1DEB61. Grayscale: #606060. Windows color (decimal): -1960802 or 10360034. OLE color: 10360034.

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

Color convert

RGB 226 20 158 -
CMYK 0 0.91 0.30 0.11
HSL 319.81º 0.84% 0.48% -
HSV(B) 319.81º 0.91% 0.89% -
XYZ 37.79 19.14 34.05 -
YUV 97.33 162.25 219.78 -
System Red Green Blue C M Y K H S L
Decimal 226 20 158 0 0.91 0.30 0.11 319.81 0.84 0.48
Hex E2 14 9E 0 5B 1E B 140 54 30
Octal 342 24 236 0 133 36 13 500 124 60
Binary 11100010 10100 10011110 0 1011011 11110 1011 101000000 1010100 110000

Color Harmonies of #E2149E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2149E

Black with #E2149E

Text Example


Text Example

White with #E2149E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2149E; }

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

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

background-color css

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

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

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

border-color css

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

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

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