Html Css Color HEX #EE0AF7 Magenta

📋 copy color: '#EE0AF7'

red 238 ◦ green 10 ◦ blue 247

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

Shades of Magenta #EE0AF7

Tints of Magenta #EE0AF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 49.9%

R = 48.08%
G = 2.02%
B = 49.9%

CMYK

 C value IS 0.04

 M value IS 0.96

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EE0AF7 (or 0xEE0AF7) is known color: Magenta. HEX triplet: EE, 0A and F7. RGB value is (238,10,247). Sum of RGB (Red+Green+Blue) = 238+10+247=495 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.08% from 495); Green value is 10 (4.30% from 255 or 2.02% from 495); Blue value is 247 (96.88% from 255 or 49.90% from 495); Max value from RGB is 247 - color contains mainly: blue. Hex color #EE0AF7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0AF7 is #11F508. Grayscale: #686868. Windows color (decimal): -1176841 or 16190190. OLE color: 16190190.

HSL color Cylindrical-coordinate representation of color #EE0AF7: hue angle of 297.72º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE0AF7 is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 238 10 247 -
CMYK 0.04 0.96 0 0.03
HSL 297.72º 0.94% 0.5% -
HSV(B) 297.72º 0.96% 0.97% -
XYZ 52.16 25.11 90.09 -
YUV 105.19 208.04 222.73 -
System Red Green Blue C M Y K H S L
Decimal 238 10 247 0.04 0.96 0 0.03 297.72 0.94 0.5
Hex EE A F7 4 60 0 3 12A 5E 32
Octal 356 12 367 4 140 0 3 452 136 62
Binary 11101110 1010 11110111 100 1100000 0 11 100101010 1011110 110010

Color Harmonies of #EE0AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0AF7

Black with #EE0AF7

Text Example


Text Example

White with #EE0AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0AF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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