Html Css Color HEX #E1049F Hollywood Cerise

📋 copy color: '#E1049F'

red 225 ◦ green 4 ◦ blue 159

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

Shades of Hollywood Cerise #E1049F

Tints of Hollywood Cerise #E1049F

RGB

 RED value IS 225 (88.28% from 255) = 57.99%

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

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

R = 57.99%
G = 1.03%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E1049F (or 0xE1049F) is known color: Hollywood Cerise. HEX triplet: E1, 04 and 9F. RGB value is (225,4,159). Sum of RGB (Red+Green+Blue) = 225+4+159=388 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.99% from 388); Green value is 4 (1.95% from 255 or 1.03% from 388); Blue value is 159 (62.5% from 255 or 40.98% from 388); Max value from RGB is 225 - color contains mainly: red. Hex color #E1049F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1049F is #1EFB60. Grayscale: #575757. Windows color (decimal): -2030433 or 10421473. OLE color: 10421473.

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

Color convert

RGB 225 4 159 -
CMYK 0 0.98 0.29 0.12
HSL 317.92º 0.97% 0.45% -
HSV(B) 317.92º 0.98% 0.88% -
XYZ 37.35 18.6 34.42 -
YUV 87.75 168.22 225.9 -
System Red Green Blue C M Y K H S L
Decimal 225 4 159 0 0.98 0.29 0.12 317.92 0.97 0.45
Hex E1 4 9F 0 62 1D C 13E 61 2D
Octal 341 4 237 0 142 35 14 476 141 55
Binary 11100001 100 10011111 0 1100010 11101 1100 100111110 1100001 101101

Color Harmonies of #E1049F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1049F

Black with #E1049F

Text Example


Text Example

White with #E1049F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1049F; }

 p { color: rgb(225,4,159); }

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

background-color css

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

 a { background-color: rgb(225,4,159); }

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

border-color css

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

 span { border-color: rgb(225,4,159); }

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