Html Css Color HEX #E0049B Hollywood Cerise

📋 copy color: '#E0049B'

red 224 ◦ green 4 ◦ blue 155

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

Shades of Hollywood Cerise #E0049B

Tints of Hollywood Cerise #E0049B

RGB

 RED value IS 224 (87.89% from 255) = 58.49%

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

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

R = 58.49%
G = 1.04%
B = 40.47%

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

#E0049B (or 0xE0049B) is known color: Hollywood Cerise. HEX triplet: E0, 04 and 9B. RGB value is (224,4,155). Sum of RGB (Red+Green+Blue) = 224+4+155=383 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.49% from 383); Green value is 4 (1.95% from 255 or 1.04% from 383); Blue value is 155 (60.94% from 255 or 40.47% from 383); Max value from RGB is 224 - color contains mainly: red. Hex color #E0049B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E0049B is #1FFB64. Grayscale: #565656. Windows color (decimal): -2095973 or 10159328. OLE color: 10159328.

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

Color convert

RGB 224 4 155 -
CMYK 0 0.98 0.31 0.12
HSL 318.82º 0.96% 0.45% -
HSV(B) 318.82º 0.98% 0.88% -
XYZ 36.7 18.3 32.61 -
YUV 86.99 166.39 225.72 -
System Red Green Blue C M Y K H S L
Decimal 224 4 155 0 0.98 0.31 0.12 318.82 0.96 0.45
Hex E0 4 9B 0 62 1F C 13F 60 2D
Octal 340 4 233 0 142 37 14 477 140 55
Binary 11100000 100 10011011 0 1100010 11111 1100 100111111 1100000 101101

Color Harmonies of #E0049B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0049B

Black with #E0049B

Text Example


Text Example

White with #E0049B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0049B; }

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

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

background-color css

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

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

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

border-color css

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

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

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