Html Css Color HEX #EE1DF9 Magenta

📋 copy color: '#EE1DF9'

red 238 ◦ green 29 ◦ blue 249

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

Shades of Magenta #EE1DF9

Tints of Magenta #EE1DF9

RGB

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

 GREEN value IS 29 (11.72% from 255) = 5.62%

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

R = 46.12%
G = 5.62%
B = 48.26%

CMYK

 C value IS 0.04

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE1DF9 (or 0xEE1DF9) is known color: Magenta. HEX triplet: EE, 1D and F9. RGB value is (238,29,249). Sum of RGB (Red+Green+Blue) = 238+29+249=516 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.12% from 516); Green value is 29 (11.72% from 255 or 5.62% from 516); Blue value is 249 (97.66% from 255 or 48.26% from 516); Max value from RGB is 249 - color contains mainly: blue. Hex color #EE1DF9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE1DF9 is #11E206. Grayscale: #737373. Windows color (decimal): -1171975 or 16326126. OLE color: 16326126.

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

Color convert

RGB 238 29 249 -
CMYK 0.04 0.88 0 0.02
HSL 297º 0.95% 0.55% -
HSV(B) 297º 0.88% 0.98% -
XYZ 52.8 25.9 91.84 -
YUV 116.57 202.74 214.61 -
System Red Green Blue C M Y K H S L
Decimal 238 29 249 0.04 0.88 0 0.02 297 0.95 0.55
Hex EE 1D F9 4 58 0 2 129 5F 37
Octal 356 35 371 4 130 0 2 451 137 67
Binary 11101110 11101 11111001 100 1011000 0 10 100101001 1011111 110111

Color Harmonies of #EE1DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1DF9

Black with #EE1DF9

Text Example


Text Example

White with #EE1DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1DF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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