Html Css Color HEX #E5048C Hollywood Cerise

📋 copy color: '#E5048C'

red 229 ◦ green 4 ◦ blue 140

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

Shades of Hollywood Cerise #E5048C

Tints of Hollywood Cerise #E5048C

RGB

 RED value IS 229 (89.84% from 255) = 61.39%

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

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

R = 61.39%
G = 1.07%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.39

 K value IS 0.10

RGB Variations

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

Color information

#E5048C (or 0xE5048C) is known color: Hollywood Cerise. HEX triplet: E5, 04 and 8C. RGB value is (229,4,140). Sum of RGB (Red+Green+Blue) = 229+4+140=373 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.39% from 373); Green value is 4 (1.95% from 255 or 1.07% from 373); Blue value is 140 (55.08% from 255 or 37.53% from 373); Max value from RGB is 229 - color contains mainly: red. Hex color #E5048C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E5048C is #1AFB73. Grayscale: #565656. Windows color (decimal): -1768308 or 9176293. OLE color: 9176293.

HSL color Cylindrical-coordinate representation of color #E5048C: hue angle of 323.73º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E5048C is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 4 140 -
CMYK 0 0.98 0.39 0.10
HSL 323.73º 0.97% 0.46% -
HSV(B) 323.73º 0.98% 0.9% -
XYZ 37.09 18.64 26.45 -
YUV 86.78 158.04 229.44 -
System Red Green Blue C M Y K H S L
Decimal 229 4 140 0 0.98 0.39 0.10 323.73 0.97 0.46
Hex E5 4 8C 0 62 27 A 144 61 2E
Octal 345 4 214 0 142 47 12 504 141 56
Binary 11100101 100 10001100 0 1100010 100111 1010 101000100 1100001 101110

Color Harmonies of #E5048C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5048C

Black with #E5048C

Text Example


Text Example

White with #E5048C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5048C; }

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

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

background-color css

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

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

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

border-color css

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

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

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