Html Css Color HEX #EE2CF7 Magenta

📋 copy color: '#EE2CF7'

red 238 ◦ green 44 ◦ blue 247

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

Shades of Magenta #EE2CF7

Tints of Magenta #EE2CF7

RGB

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

 GREEN value IS 44 (17.58% from 255) = 8.32%

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

R = 44.99%
G = 8.32%
B = 46.69%

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

#EE2CF7 (or 0xEE2CF7) is known color: Magenta. HEX triplet: EE, 2C and F7. RGB value is (238,44,247). Sum of RGB (Red+Green+Blue) = 238+44+247=529 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.99% from 529); Green value is 44 (17.58% from 255 or 8.32% from 529); Blue value is 247 (96.88% from 255 or 46.69% from 529); Max value from RGB is 247 - color contains mainly: blue. Hex color #EE2CF7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE2CF7 is #11D308. Grayscale: #7C7C7C. Windows color (decimal): -1168137 or 16198894. OLE color: 16198894.

HSL color Cylindrical-coordinate representation of color #EE2CF7: hue angle of 297.34º 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 #EE2CF7 is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 238 44 247 -
CMYK 0.04 0.82 0 0.03
HSL 297.34º 0.93% 0.57% -
HSV(B) 297.34º 0.82% 0.97% -
XYZ 52.95 26.69 90.36 -
YUV 125.15 196.77 208.49 -
System Red Green Blue C M Y K H S L
Decimal 238 44 247 0.04 0.82 0 0.03 297.34 0.93 0.57
Hex EE 2C F7 4 52 0 3 129 5D 39
Octal 356 54 367 4 122 0 3 451 135 71
Binary 11101110 101100 11110111 100 1010010 0 11 100101001 1011101 111001

Color Harmonies of #EE2CF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2CF7

Black with #EE2CF7

Text Example


Text Example

White with #EE2CF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2CF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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