Html Css Color HEX #EE2AF9 Magenta

📋 copy color: '#EE2AF9'

red 238 ◦ green 42 ◦ blue 249

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

Shades of Magenta #EE2AF9

Tints of Magenta #EE2AF9

RGB

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

 GREEN value IS 42 (16.8% from 255) = 7.94%

 BLUE value IS 249 (97.66% from 255) = 47.07%

R = 44.99%
G = 7.94%
B = 47.07%

CMYK

 C value IS 0.04

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE2AF9 (or 0xEE2AF9) is known color: Magenta. HEX triplet: EE, 2A and F9. RGB value is (238,42,249). Sum of RGB (Red+Green+Blue) = 238+42+249=529 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.99% from 529); Green value is 42 (16.80% from 255 or 7.94% from 529); Blue value is 249 (97.66% from 255 or 47.07% from 529); Max value from RGB is 249 - color contains mainly: blue. Hex color #EE2AF9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE2AF9 is #11D506. Grayscale: #7B7B7B. Windows color (decimal): -1168647 or 16329454. OLE color: 16329454.

HSL color Cylindrical-coordinate representation of color #EE2AF9: hue angle of 296.81º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EE2AF9 is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 238 42 249 -
CMYK 0.04 0.83 0 0.02
HSL 296.81º 0.95% 0.57% -
HSV(B) 296.81º 0.83% 0.98% -
XYZ 53.19 26.67 91.97 -
YUV 124.2 198.43 209.17 -
System Red Green Blue C M Y K H S L
Decimal 238 42 249 0.04 0.83 0 0.02 296.81 0.95 0.57
Hex EE 2A F9 4 53 0 2 129 5F 39
Octal 356 52 371 4 123 0 2 451 137 71
Binary 11101110 101010 11111001 100 1010011 0 10 100101001 1011111 111001

Color Harmonies of #EE2AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2AF9

Black with #EE2AF9

Text Example


Text Example

White with #EE2AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2AF9; }

 p { color: rgb(238,42,249); }

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

background-color css

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

 a { background-color: rgb(238,42,249); }

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

border-color css

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

 span { border-color: rgb(238,42,249); }

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