Html Css Color HEX #E5048D Hollywood Cerise

📋 copy color: '#E5048D'

red 229 ◦ green 4 ◦ blue 141

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

Shades of Hollywood Cerise #E5048D

Tints of Hollywood Cerise #E5048D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.7%

R = 61.23%
G = 1.07%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#E5048D (or 0xE5048D) is known color: Hollywood Cerise. HEX triplet: E5, 04 and 8D. RGB value is (229,4,141). Sum of RGB (Red+Green+Blue) = 229+4+141=374 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.23% from 374); Green value is 4 (1.95% from 255 or 1.07% from 374); Blue value is 141 (55.47% from 255 or 37.70% from 374); Max value from RGB is 229 - color contains mainly: red. Hex color #E5048D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E5048D is #1AFB72. Grayscale: #565656. Windows color (decimal): -1768307 or 9241829. OLE color: 9241829.

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

Color convert

RGB 229 4 141 -
CMYK 0 0.98 0.38 0.10
HSL 323.47º 0.97% 0.46% -
HSV(B) 323.47º 0.98% 0.9% -
XYZ 37.16 18.67 26.84 -
YUV 86.89 158.54 229.36 -
System Red Green Blue C M Y K H S L
Decimal 229 4 141 0 0.98 0.38 0.10 323.47 0.97 0.46
Hex E5 4 8D 0 62 26 A 143 61 2E
Octal 345 4 215 0 142 46 12 503 141 56
Binary 11100101 100 10001101 0 1100010 100110 1010 101000011 1100001 101110

Color Harmonies of #E5048D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5048D

Black with #E5048D

Text Example


Text Example

White with #E5048D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5048D; }

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

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

background-color css

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

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

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

border-color css

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

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

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