Html Css Color HEX #EE09F9 Magenta

📋 copy color: '#EE09F9'

red 238 ◦ green 9 ◦ blue 249

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

Shades of Magenta #EE09F9

Tints of Magenta #EE09F9

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.81%

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

R = 47.98%
G = 1.81%
B = 50.2%

CMYK

 C value IS 0.04

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE09F9 (or 0xEE09F9) is known color: Magenta. HEX triplet: EE, 09 and F9. RGB value is (238,9,249). Sum of RGB (Red+Green+Blue) = 238+9+249=496 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.98% from 496); Green value is 9 (3.91% from 255 or 1.81% from 496); Blue value is 249 (97.66% from 255 or 50.20% from 496); Max value from RGB is 249 - color contains mainly: blue. Hex color #EE09F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE09F9 is #11F606. Grayscale: #686868. Windows color (decimal): -1177095 or 16321006. OLE color: 16321006.

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

Color convert

RGB 238 9 249 -
CMYK 0.04 0.96 0 0.02
HSL 297.25º 0.95% 0.51% -
HSV(B) 297.25º 0.96% 0.98% -
XYZ 52.46 25.21 91.72 -
YUV 104.83 209.37 222.99 -
System Red Green Blue C M Y K H S L
Decimal 238 9 249 0.04 0.96 0 0.02 297.25 0.95 0.51
Hex EE 9 F9 4 60 0 2 129 5F 33
Octal 356 11 371 4 140 0 2 451 137 63
Binary 11101110 1001 11111001 100 1100000 0 10 100101001 1011111 110011

Color Harmonies of #EE09F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE09F9

Black with #EE09F9

Text Example


Text Example

White with #EE09F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE09F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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