Html Css Color HEX #EE29F9 Magenta

📋 copy color: '#EE29F9'

red 238 ◦ green 41 ◦ blue 249

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

Shades of Magenta #EE29F9

Tints of Magenta #EE29F9

RGB

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

 GREEN value IS 41 (16.41% from 255) = 7.77%

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

R = 45.08%
G = 7.77%
B = 47.16%

CMYK

 C value IS 0.04

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE29F9 (or 0xEE29F9) is known color: Magenta. HEX triplet: EE, 29 and F9. RGB value is (238,41,249). Sum of RGB (Red+Green+Blue) = 238+41+249=528 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.08% from 528); Green value is 41 (16.41% from 255 or 7.77% from 528); Blue value is 249 (97.66% from 255 or 47.16% from 528); Max value from RGB is 249 - color contains mainly: blue. Hex color #EE29F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE29F9 is #11D606. Grayscale: #7A7A7A. Windows color (decimal): -1168903 or 16329198. OLE color: 16329198.

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

Color convert

RGB 238 41 249 -
CMYK 0.04 0.84 0 0.02
HSL 296.83º 0.95% 0.57% -
HSV(B) 296.83º 0.84% 0.98% -
XYZ 53.15 26.6 91.96 -
YUV 123.62 198.77 209.59 -
System Red Green Blue C M Y K H S L
Decimal 238 41 249 0.04 0.84 0 0.02 296.83 0.95 0.57
Hex EE 29 F9 4 54 0 2 129 5F 39
Octal 356 51 371 4 124 0 2 451 137 71
Binary 11101110 101001 11111001 100 1010100 0 10 100101001 1011111 111001

Color Harmonies of #EE29F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE29F9

Black with #EE29F9

Text Example


Text Example

White with #EE29F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE29F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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