Html Css Color HEX #EE0493 Hollywood Cerise

📋 copy color: '#EE0493'

red 238 ◦ green 4 ◦ blue 147

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

Shades of Hollywood Cerise #EE0493

Tints of Hollywood Cerise #EE0493

RGB

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

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

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

R = 61.18%
G = 1.03%
B = 37.79%

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

#EE0493 (or 0xEE0493) is known color: Hollywood Cerise. HEX triplet: EE, 04 and 93. RGB value is (238,4,147). Sum of RGB (Red+Green+Blue) = 238+4+147=389 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.18% from 389); Green value is 4 (1.95% from 255 or 1.03% from 389); Blue value is 147 (57.81% from 255 or 37.79% from 389); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0493 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0493 is #11FB6C. Grayscale: #595959. Windows color (decimal): -1178477 or 9635054. OLE color: 9635054.

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

Color convert

RGB 238 4 147 -
CMYK 0 0.98 0.38 0.07
HSL 323.33º 0.97% 0.47% -
HSV(B) 323.33º 0.98% 0.93% -
XYZ 40.57 20.37 29.4 -
YUV 90.27 160.02 233.37 -
System Red Green Blue C M Y K H S L
Decimal 238 4 147 0 0.98 0.38 0.07 323.33 0.97 0.47
Hex EE 4 93 0 62 26 7 143 61 2F
Octal 356 4 223 0 142 46 7 503 141 57
Binary 11101110 100 10010011 0 1100010 100110 111 101000011 1100001 101111

Color Harmonies of #EE0493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0493

Black with #EE0493

Text Example


Text Example

White with #EE0493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0493; }

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

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

background-color css

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

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

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

border-color css

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

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

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