Html Css Color HEX #EE0FF7 Magenta

📋 copy color: '#EE0FF7'

red 238 ◦ green 15 ◦ blue 247

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

Shades of Magenta #EE0FF7

Tints of Magenta #EE0FF7

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3%

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

R = 47.6%
G = 3%
B = 49.4%

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

#EE0FF7 (or 0xEE0FF7) is known color: Magenta. HEX triplet: EE, 0F and F7. RGB value is (238,15,247). Sum of RGB (Red+Green+Blue) = 238+15+247=500 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.6% from 500); Green value is 15 (6.25% from 255 or 3% from 500); Blue value is 247 (96.88% from 255 or 49.4% from 500); Max value from RGB is 247 - color contains mainly: blue. Hex color #EE0FF7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0FF7 is #11F008. Grayscale: #6B6B6B. Windows color (decimal): -1175561 or 16191470. OLE color: 16191470.

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

Color convert

RGB 238 15 247 -
CMYK 0.04 0.94 0 0.03
HSL 297.67º 0.94% 0.51% -
HSV(B) 297.67º 0.94% 0.97% -
XYZ 52.22 25.23 90.11 -
YUV 108.13 206.38 220.64 -
System Red Green Blue C M Y K H S L
Decimal 238 15 247 0.04 0.94 0 0.03 297.67 0.94 0.51
Hex EE F F7 4 5E 0 3 12A 5E 33
Octal 356 17 367 4 136 0 3 452 136 63
Binary 11101110 1111 11110111 100 1011110 0 11 100101010 1011110 110011

Color Harmonies of #EE0FF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0FF7

Black with #EE0FF7

Text Example


Text Example

White with #EE0FF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0FF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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