Html Css Color HEX #EE0ACE Hot Magenta

📋 copy color: '#EE0ACE'

red 238 ◦ green 10 ◦ blue 206

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

Shades of Hot Magenta #EE0ACE

Tints of Hot Magenta #EE0ACE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.2%

 BLUE value IS 206 (80.86% from 255) = 45.37%

R = 52.42%
G = 2.2%
B = 45.37%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EE0ACE (or 0xEE0ACE) is known color: Hot Magenta. HEX triplet: EE, 0A and CE. RGB value is (238,10,206). Sum of RGB (Red+Green+Blue) = 238+10+206=454 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.42% from 454); Green value is 10 (4.30% from 255 or 2.20% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0ACE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0ACE is #11F531. Grayscale: #636363. Windows color (decimal): -1176882 or 13503214. OLE color: 13503214.

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

Color convert

RGB 238 10 206 -
CMYK 0 0.96 0.13 0.07
HSL 308.42º 0.92% 0.49% -
HSV(B) 308.42º 0.96% 0.93% -
XYZ 46.51 22.85 60.35 -
YUV 100.52 187.54 226.06 -
System Red Green Blue C M Y K H S L
Decimal 238 10 206 0 0.96 0.13 0.07 308.42 0.92 0.49
Hex EE A CE 0 60 D 7 134 5C 31
Octal 356 12 316 0 140 15 7 464 134 61
Binary 11101110 1010 11001110 0 1100000 1101 111 100110100 1011100 110001

Color Harmonies of #EE0ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0ACE

Black with #EE0ACE

Text Example


Text Example

White with #EE0ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0ACE; }

 p { color: rgb(238,10,206); }

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

background-color css

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

 a { background-color: rgb(238,10,206); }

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

border-color css

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

 span { border-color: rgb(238,10,206); }

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