Html Css Color HEX #EE2DF7 Magenta

📋 copy color: '#EE2DF7'

red 238 ◦ green 45 ◦ blue 247

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

Shades of Magenta #EE2DF7

Tints of Magenta #EE2DF7

RGB

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

 GREEN value IS 45 (17.97% from 255) = 8.49%

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

R = 44.91%
G = 8.49%
B = 46.6%

CMYK

 C value IS 0.04

 M value IS 0.82

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EE2DF7 (or 0xEE2DF7) is known color: Magenta. HEX triplet: EE, 2D and F7. RGB value is (238,45,247). Sum of RGB (Red+Green+Blue) = 238+45+247=530 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.91% from 530); Green value is 45 (17.97% from 255 or 8.49% from 530); Blue value is 247 (96.88% from 255 or 46.60% from 530); Max value from RGB is 247 - color contains mainly: blue. Hex color #EE2DF7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE2DF7 is #11D208. Grayscale: #7D7D7D. Windows color (decimal): -1167881 or 16199150. OLE color: 16199150.

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

Color convert

RGB 238 45 247 -
CMYK 0.04 0.82 0 0.03
HSL 297.33º 0.93% 0.57% -
HSV(B) 297.33º 0.82% 0.97% -
XYZ 52.99 26.77 90.37 -
YUV 125.74 196.44 208.07 -
System Red Green Blue C M Y K H S L
Decimal 238 45 247 0.04 0.82 0 0.03 297.33 0.93 0.57
Hex EE 2D F7 4 52 0 3 129 5D 39
Octal 356 55 367 4 122 0 3 451 135 71
Binary 11101110 101101 11110111 100 1010010 0 11 100101001 1011101 111001

Color Harmonies of #EE2DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2DF7

Black with #EE2DF7

Text Example


Text Example

White with #EE2DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2DF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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