Html Css Color HEX #E0059A Hollywood Cerise

📋 copy color: '#E0059A'

red 224 ◦ green 5 ◦ blue 154

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

Shades of Hollywood Cerise #E0059A

Tints of Hollywood Cerise #E0059A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 40.21%

R = 58.49%
G = 1.31%
B = 40.21%

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

#E0059A (or 0xE0059A) is known color: Hollywood Cerise. HEX triplet: E0, 05 and 9A. RGB value is (224,5,154). Sum of RGB (Red+Green+Blue) = 224+5+154=383 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.49% from 383); Green value is 5 (2.34% from 255 or 1.31% from 383); Blue value is 154 (60.55% from 255 or 40.21% from 383); Max value from RGB is 224 - color contains mainly: red. Hex color #E0059A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E0059A is #1FFA65. Grayscale: #575757. Windows color (decimal): -2095718 or 10094048. OLE color: 10094048.

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

Color convert

RGB 224 5 154 -
CMYK 0 0.98 0.31 0.12
HSL 319.18º 0.96% 0.45% -
HSV(B) 319.18º 0.98% 0.88% -
XYZ 36.63 18.29 32.17 -
YUV 87.47 165.55 225.38 -
System Red Green Blue C M Y K H S L
Decimal 224 5 154 0 0.98 0.31 0.12 319.18 0.96 0.45
Hex E0 5 9A 0 62 1F C 13F 60 2D
Octal 340 5 232 0 142 37 14 477 140 55
Binary 11100000 101 10011010 0 1100010 11111 1100 100111111 1100000 101101

Color Harmonies of #E0059A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0059A

Black with #E0059A

Text Example


Text Example

White with #E0059A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0059A; }

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

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

background-color css

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

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

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

border-color css

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

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

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