Html Css Color HEX #EE00F9 Magenta

📋 copy color: '#EE00F9'

red 238 ◦ green 0 ◦ blue 249

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

Shades of Magenta #EE00F9

Tints of Magenta #EE00F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 51.13%

R = 48.87%
G = 0%
B = 51.13%

CMYK

 C value IS 0.04

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE00F9 (or 0xEE00F9) is known color: Magenta. HEX triplet: EE, 00 and F9. RGB value is (238,0,249). Sum of RGB (Red+Green+Blue) = 238+0+249=487 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.87% from 487); Green value is 0 (0.39% from 255 or 0% from 487); Blue value is 249 (97.66% from 255 or 51.13% from 487); Max value from RGB is 249 - color contains mainly: blue. Hex color #EE00F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE00F9 is #11FF06. Grayscale: #626262. Windows color (decimal): -1179399 or 16318702. OLE color: 16318702.

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

Color convert

RGB 238 0 249 -
CMYK 0.04 1 0 0.02
HSL 297.35º 1% 0.49% -
HSV(B) 297.35º 1% 0.98% -
XYZ 52.36 25.02 91.69 -
YUV 99.55 212.35 226.75 -
System Red Green Blue C M Y K H S L
Decimal 238 0 249 0.04 1 0 0.02 297.35 1 0.49
Hex EE 0 F9 4 64 0 2 129 64 31
Octal 356 0 371 4 144 0 2 451 144 61
Binary 11101110 0 11111001 100 1100100 0 10 100101001 1100100 110001

Color Harmonies of #EE00F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE00F9

Black with #EE00F9

Text Example


Text Example

White with #EE00F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE00F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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