Html Css Color HEX #E00593 Hollywood Cerise

📋 copy color: '#E00593'

red 224 ◦ green 5 ◦ blue 147

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

Shades of Hollywood Cerise #E00593

Tints of Hollywood Cerise #E00593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 39.1%

R = 59.57%
G = 1.33%
B = 39.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E00593 (or 0xE00593) is known color: Hollywood Cerise. HEX triplet: E0, 05 and 93. RGB value is (224,5,147). Sum of RGB (Red+Green+Blue) = 224+5+147=376 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.57% from 376); Green value is 5 (2.34% from 255 or 1.33% from 376); Blue value is 147 (57.81% from 255 or 39.10% from 376); Max value from RGB is 224 - color contains mainly: red. Hex color #E00593 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00593 is #1FFA6C. Grayscale: #565656. Windows color (decimal): -2095725 or 9635296. OLE color: 9635296.

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

Color convert

RGB 224 5 147 -
CMYK 0 0.98 0.34 0.12
HSL 321.1º 0.96% 0.45% -
HSV(B) 321.1º 0.98% 0.88% -
XYZ 36.06 18.06 29.19 -
YUV 86.67 162.05 225.95 -
System Red Green Blue C M Y K H S L
Decimal 224 5 147 0 0.98 0.34 0.12 321.1 0.96 0.45
Hex E0 5 93 0 62 22 C 141 60 2D
Octal 340 5 223 0 142 42 14 501 140 55
Binary 11100000 101 10010011 0 1100010 100010 1100 101000001 1100000 101101

Color Harmonies of #E00593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00593

Black with #E00593

Text Example


Text Example

White with #E00593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00593; }

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

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

background-color css

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

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

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

border-color css

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

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

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