Html Css Color HEX #EE0EF7 Magenta

📋 copy color: '#EE0EF7'

red 238 ◦ green 14 ◦ blue 247

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

Shades of Magenta #EE0EF7

Tints of Magenta #EE0EF7

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.81%

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

R = 47.7%
G = 2.81%
B = 49.5%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EE0EF7 (or 0xEE0EF7) is known color: Magenta. HEX triplet: EE, 0E and F7. RGB value is (238,14,247). Sum of RGB (Red+Green+Blue) = 238+14+247=499 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.70% from 499); Green value is 14 (5.86% from 255 or 2.81% from 499); Blue value is 247 (96.88% from 255 or 49.50% from 499); Max value from RGB is 247 - color contains mainly: blue. Hex color #EE0EF7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0EF7 is #11F108. Grayscale: #6A6A6A. Windows color (decimal): -1175817 or 16191214. OLE color: 16191214.

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

Color convert

RGB 238 14 247 -
CMYK 0.04 0.94 0 0.03
HSL 297.68º 0.94% 0.51% -
HSV(B) 297.68º 0.94% 0.97% -
XYZ 52.21 25.21 90.11 -
YUV 107.54 206.71 221.05 -
System Red Green Blue C M Y K H S L
Decimal 238 14 247 0.04 0.94 0 0.03 297.68 0.94 0.51
Hex EE E F7 4 5E 0 3 12A 5E 33
Octal 356 16 367 4 136 0 3 452 136 63
Binary 11101110 1110 11110111 100 1011110 0 11 100101010 1011110 110011

Color Harmonies of #EE0EF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0EF7

Black with #EE0EF7

Text Example


Text Example

White with #EE0EF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0EF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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