Html Css Color HEX #EE20F9 Magenta

📋 copy color: '#EE20F9'

red 238 ◦ green 32 ◦ blue 249

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

Shades of Magenta #EE20F9

Tints of Magenta #EE20F9

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.17%

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

R = 45.86%
G = 6.17%
B = 47.98%

CMYK

 C value IS 0.04

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE20F9 (or 0xEE20F9) is known color: Magenta. HEX triplet: EE, 20 and F9. RGB value is (238,32,249). Sum of RGB (Red+Green+Blue) = 238+32+249=519 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.86% from 519); Green value is 32 (12.89% from 255 or 6.17% from 519); Blue value is 249 (97.66% from 255 or 47.98% from 519); Max value from RGB is 249 - color contains mainly: blue. Hex color #EE20F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE20F9 is #11DF06. Grayscale: #757575. Windows color (decimal): -1171207 or 16326894. OLE color: 16326894.

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

Color convert

RGB 238 32 249 -
CMYK 0.04 0.87 0 0.02
HSL 296.96º 0.95% 0.55% -
HSV(B) 296.96º 0.87% 0.98% -
XYZ 52.88 26.05 91.86 -
YUV 118.33 201.75 213.36 -
System Red Green Blue C M Y K H S L
Decimal 238 32 249 0.04 0.87 0 0.02 296.96 0.95 0.55
Hex EE 20 F9 4 57 0 2 129 5F 37
Octal 356 40 371 4 127 0 2 451 137 67
Binary 11101110 100000 11111001 100 1010111 0 10 100101001 1011111 110111

Color Harmonies of #EE20F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE20F9

Black with #EE20F9

Text Example


Text Example

White with #EE20F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE20F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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