Html Css Color HEX #E2049A Hollywood Cerise

📋 copy color: '#E2049A'

red 226 ◦ green 4 ◦ blue 154

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

Shades of Hollywood Cerise #E2049A

Tints of Hollywood Cerise #E2049A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.04%

 BLUE value IS 154 (60.55% from 255) = 40.1%

R = 58.85%
G = 1.04%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.32

 K value IS 0.11

RGB Variations

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

Color information

#E2049A (or 0xE2049A) is known color: Hollywood Cerise. HEX triplet: E2, 04 and 9A. RGB value is (226,4,154). Sum of RGB (Red+Green+Blue) = 226+4+154=384 (50% of max value = 765). Red value is 226 (88.67% from 255 or 58.85% from 384); Green value is 4 (1.95% from 255 or 1.04% from 384); Blue value is 154 (60.55% from 255 or 40.10% from 384); Max value from RGB is 226 - color contains mainly: red. Hex color #E2049A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E2049A is #1DFB65. Grayscale: #575757. Windows color (decimal): -1964902 or 10093794. OLE color: 10093794.

HSL color Cylindrical-coordinate representation of color #E2049A: hue angle of 319.46º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E2049A is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 4 154 -
CMYK 0 0.98 0.32 0.11
HSL 319.46º 0.97% 0.45% -
HSV(B) 319.46º 0.98% 0.89% -
XYZ 37.24 18.59 32.2 -
YUV 87.48 165.55 226.8 -
System Red Green Blue C M Y K H S L
Decimal 226 4 154 0 0.98 0.32 0.11 319.46 0.97 0.45
Hex E2 4 9A 0 62 20 B 13F 61 2D
Octal 342 4 232 0 142 40 13 477 141 55
Binary 11100010 100 10011010 0 1100010 100000 1011 100111111 1100001 101101

Color Harmonies of #E2049A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2049A

Black with #E2049A

Text Example


Text Example

White with #E2049A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2049A; }

 p { color: rgb(226,4,154); }

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

background-color css

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

 a { background-color: rgb(226,4,154); }

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

border-color css

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

 span { border-color: rgb(226,4,154); }

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