Html Css Color HEX #EE0ADF Hot Magenta

📋 copy color: '#EE0ADF'

red 238 ◦ green 10 ◦ blue 223

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

Shades of Hot Magenta #EE0ADF

Tints of Hot Magenta #EE0ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.35%

R = 50.53%
G = 2.12%
B = 47.35%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EE0ADF (or 0xEE0ADF) is known color: Hot Magenta. HEX triplet: EE, 0A and DF. RGB value is (238,10,223). Sum of RGB (Red+Green+Blue) = 238+10+223=471 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.53% from 471); Green value is 10 (4.30% from 255 or 2.12% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0ADF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0ADF is #11F520. Grayscale: #656565. Windows color (decimal): -1176865 or 14617326. OLE color: 14617326.

HSL color Cylindrical-coordinate representation of color #EE0ADF: hue angle of 303.95º 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 #EE0ADF is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 10 223 -
CMYK 0 0.96 0.06 0.07
HSL 303.95º 0.92% 0.49% -
HSV(B) 303.95º 0.96% 0.93% -
XYZ 48.69 23.72 71.82 -
YUV 102.45 196.04 224.68 -
System Red Green Blue C M Y K H S L
Decimal 238 10 223 0 0.96 0.06 0.07 303.95 0.92 0.49
Hex EE A DF 0 60 6 7 130 5C 31
Octal 356 12 337 0 140 6 7 460 134 61
Binary 11101110 1010 11011111 0 1100000 110 111 100110000 1011100 110001

Color Harmonies of #EE0ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0ADF

Black with #EE0ADF

Text Example


Text Example

White with #EE0ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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