Html Css Color HEX #E0059D Hollywood Cerise

📋 copy color: '#E0059D'

red 224 ◦ green 5 ◦ blue 157

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

Shades of Hollywood Cerise #E0059D

Tints of Hollywood Cerise #E0059D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.3%

 BLUE value IS 157 (61.72% from 255) = 40.67%

R = 58.03%
G = 1.3%
B = 40.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#E0059D (or 0xE0059D) is known color: Hollywood Cerise. HEX triplet: E0, 05 and 9D. RGB value is (224,5,157). Sum of RGB (Red+Green+Blue) = 224+5+157=386 (51% of max value = 765). Red value is 224 (87.89% from 255 or 58.03% from 386); Green value is 5 (2.34% from 255 or 1.30% from 386); Blue value is 157 (61.72% from 255 or 40.67% from 386); Max value from RGB is 224 - color contains mainly: red. Hex color #E0059D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E0059D is #1FFA62. Grayscale: #575757. Windows color (decimal): -2095715 or 10290656. OLE color: 10290656.

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

Color convert

RGB 224 5 157 -
CMYK 0 0.98 0.30 0.12
HSL 318.36º 0.96% 0.45% -
HSV(B) 318.36º 0.98% 0.88% -
XYZ 36.88 18.39 33.5 -
YUV 87.81 167.05 225.14 -
System Red Green Blue C M Y K H S L
Decimal 224 5 157 0 0.98 0.30 0.12 318.36 0.96 0.45
Hex E0 5 9D 0 62 1E C 13E 60 2D
Octal 340 5 235 0 142 36 14 476 140 55
Binary 11100000 101 10011101 0 1100010 11110 1100 100111110 1100000 101101

Color Harmonies of #E0059D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0059D

Black with #E0059D

Text Example


Text Example

White with #E0059D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0059D; }

 p { color: rgb(224,5,157); }

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

background-color css

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

 a { background-color: rgb(224,5,157); }

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

border-color css

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

 span { border-color: rgb(224,5,157); }

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