Html Css Color HEX #EE31F7 Magenta

📋 copy color: '#EE31F7'

red 238 ◦ green 49 ◦ blue 247

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

Shades of Magenta #EE31F7

Tints of Magenta #EE31F7

RGB

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

 GREEN value IS 49 (19.53% from 255) = 9.18%

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

R = 44.57%
G = 9.18%
B = 46.25%

CMYK

 C value IS 0.04

 M value IS 0.80

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EE31F7 (or 0xEE31F7) is known color: Magenta. HEX triplet: EE, 31 and F7. RGB value is (238,49,247). Sum of RGB (Red+Green+Blue) = 238+49+247=534 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.57% from 534); Green value is 49 (19.53% from 255 or 9.18% from 534); Blue value is 247 (96.88% from 255 or 46.25% from 534); Max value from RGB is 247 - color contains mainly: blue. Hex color #EE31F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE31F7 is #11CE08. Grayscale: #7F7F7F. Windows color (decimal): -1166857 or 16200174. OLE color: 16200174.

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

Color convert

RGB 238 49 247 -
CMYK 0.04 0.80 0 0.03
HSL 297.27º 0.93% 0.58% -
HSV(B) 297.27º 0.8% 0.97% -
XYZ 53.15 27.09 90.42 -
YUV 128.08 195.12 206.4 -
System Red Green Blue C M Y K H S L
Decimal 238 49 247 0.04 0.80 0 0.03 297.27 0.93 0.58
Hex EE 31 F7 4 50 0 3 129 5D 3A
Octal 356 61 367 4 120 0 3 451 135 72
Binary 11101110 110001 11110111 100 1010000 0 11 100101001 1011101 111010

Color Harmonies of #EE31F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE31F7

Black with #EE31F7

Text Example


Text Example

White with #EE31F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE31F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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