Html Css Color HEX #E0048C Hollywood Cerise

📋 copy color: '#E0048C'

red 224 ◦ green 4 ◦ blue 140

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

Shades of Hollywood Cerise #E0048C

Tints of Hollywood Cerise #E0048C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.04%

R = 60.87%
G = 1.09%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E0048C (or 0xE0048C) is known color: Hollywood Cerise. HEX triplet: E0, 04 and 8C. RGB value is (224,4,140). Sum of RGB (Red+Green+Blue) = 224+4+140=368 (48% of max value = 765). Red value is 224 (87.89% from 255 or 60.87% from 368); Green value is 4 (1.95% from 255 or 1.09% from 368); Blue value is 140 (55.08% from 255 or 38.04% from 368); Max value from RGB is 224 - color contains mainly: red. Hex color #E0048C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E0048C is #1FFB73. Grayscale: #545454. Windows color (decimal): -2095988 or 9176288. OLE color: 9176288.

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

Color convert

RGB 224 4 140 -
CMYK 0 0.98 0.38 0.12
HSL 322.91º 0.96% 0.45% -
HSV(B) 322.91º 0.98% 0.88% -
XYZ 35.52 17.83 26.38 -
YUV 85.28 158.89 226.94 -
System Red Green Blue C M Y K H S L
Decimal 224 4 140 0 0.98 0.38 0.12 322.91 0.96 0.45
Hex E0 4 8C 0 62 26 C 143 60 2D
Octal 340 4 214 0 142 46 14 503 140 55
Binary 11100000 100 10001100 0 1100010 100110 1100 101000011 1100000 101101

Color Harmonies of #E0048C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0048C

Black with #E0048C

Text Example


Text Example

White with #E0048C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0048C; }

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

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

background-color css

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

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

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

border-color css

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

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

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