Html Css Color HEX #EE00F7 Magenta

📋 copy color: '#EE00F7'

red 238 ◦ green 0 ◦ blue 247

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

Shades of Magenta #EE00F7

Tints of Magenta #EE00F7

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 49.07%
G = 0%
B = 50.93%

CMYK

 C value IS 0.04

 M value IS 1

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EE00F7 (or 0xEE00F7) is known color: Magenta. HEX triplet: EE, 00 and F7. RGB value is (238,0,247). Sum of RGB (Red+Green+Blue) = 238+0+247=485 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.07% from 485); Green value is 0 (0.39% from 255 or 0% from 485); Blue value is 247 (96.88% from 255 or 50.93% from 485); Max value from RGB is 247 - color contains mainly: blue. Hex color #EE00F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE00F7 is #11FF08. Grayscale: #626262. Windows color (decimal): -1179401 or 16187630. OLE color: 16187630.

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

Color convert

RGB 238 0 247 -
CMYK 0.04 1 0 0.03
HSL 297.81º 1% 0.48% -
HSV(B) 297.81º 1% 0.97% -
XYZ 52.05 24.89 90.06 -
YUV 99.32 211.35 226.92 -
System Red Green Blue C M Y K H S L
Decimal 238 0 247 0.04 1 0 0.03 297.81 1 0.48
Hex EE 0 F7 4 64 0 3 12A 64 30
Octal 356 0 367 4 144 0 3 452 144 60
Binary 11101110 0 11110111 100 1100100 0 11 100101010 1100100 110000

Color Harmonies of #EE00F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE00F7

Black with #EE00F7

Text Example


Text Example

White with #EE00F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE00F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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