Html Css Color HEX #E1049B Hollywood Cerise

📋 copy color: '#E1049B'

red 225 ◦ green 4 ◦ blue 155

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

Shades of Hollywood Cerise #E1049B

Tints of Hollywood Cerise #E1049B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.36%

R = 58.59%
G = 1.04%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E1049B (or 0xE1049B) is known color: Hollywood Cerise. HEX triplet: E1, 04 and 9B. RGB value is (225,4,155). Sum of RGB (Red+Green+Blue) = 225+4+155=384 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.59% from 384); Green value is 4 (1.95% from 255 or 1.04% from 384); Blue value is 155 (60.94% from 255 or 40.36% from 384); Max value from RGB is 225 - color contains mainly: red. Hex color #E1049B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1049B is #1EFB64. Grayscale: #565656. Windows color (decimal): -2030437 or 10159329. OLE color: 10159329.

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

Color convert

RGB 225 4 155 -
CMYK 0 0.98 0.31 0.12
HSL 319º 0.97% 0.45% -
HSV(B) 319º 0.98% 0.88% -
XYZ 37.01 18.46 32.62 -
YUV 87.29 166.22 226.22 -
System Red Green Blue C M Y K H S L
Decimal 225 4 155 0 0.98 0.31 0.12 319 0.97 0.45
Hex E1 4 9B 0 62 1F C 13F 61 2D
Octal 341 4 233 0 142 37 14 477 141 55
Binary 11100001 100 10011011 0 1100010 11111 1100 100111111 1100001 101101

Color Harmonies of #E1049B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1049B

Black with #E1049B

Text Example


Text Example

White with #E1049B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1049B; }

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

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

background-color css

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

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

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

border-color css

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

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

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