Html Css Color HEX #EE0593 Hollywood Cerise

📋 copy color: '#EE0593'

red 238 ◦ green 5 ◦ blue 147

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

Shades of Hollywood Cerise #EE0593

Tints of Hollywood Cerise #EE0593

RGB

 RED value IS 238 (93.36% from 255) = 61.03%

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

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

R = 61.03%
G = 1.28%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EE0593 (or 0xEE0593) is known color: Hollywood Cerise. HEX triplet: EE, 05 and 93. RGB value is (238,5,147). Sum of RGB (Red+Green+Blue) = 238+5+147=390 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.03% from 390); Green value is 5 (2.34% from 255 or 1.28% from 390); Blue value is 147 (57.81% from 255 or 37.69% from 390); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0593 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0593 is #11FA6C. Grayscale: #5A5A5A. Windows color (decimal): -1178221 or 9635310. OLE color: 9635310.

HSL color Cylindrical-coordinate representation of color #EE0593: hue angle of 323.43º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE0593 is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 5 147 -
CMYK 0 0.98 0.38 0.07
HSL 323.43º 0.96% 0.48% -
HSV(B) 323.43º 0.98% 0.93% -
XYZ 40.58 20.39 29.4 -
YUV 90.86 159.69 232.95 -
System Red Green Blue C M Y K H S L
Decimal 238 5 147 0 0.98 0.38 0.07 323.43 0.96 0.48
Hex EE 5 93 0 62 26 7 143 60 30
Octal 356 5 223 0 142 46 7 503 140 60
Binary 11101110 101 10010011 0 1100010 100110 111 101000011 1100000 110000

Color Harmonies of #EE0593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0593

Black with #EE0593

Text Example


Text Example

White with #EE0593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0593; }

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

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

background-color css

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

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

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

border-color css

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

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

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