Html Css Color HEX #EE09FA Magenta

📋 copy color: '#EE09FA'

red 238 ◦ green 9 ◦ blue 250

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

Shades of Magenta #EE09FA

Tints of Magenta #EE09FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.3%

R = 47.89%
G = 1.81%
B = 50.3%

CMYK

 C value IS 0.05

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE09FA (or 0xEE09FA) is known color: Magenta. HEX triplet: EE, 09 and FA. RGB value is (238,9,250). Sum of RGB (Red+Green+Blue) = 238+9+250=497 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.89% from 497); Green value is 9 (3.91% from 255 or 1.81% from 497); Blue value is 250 (98.05% from 255 or 50.30% from 497); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE09FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE09FA is #11F605. Grayscale: #686868. Windows color (decimal): -1177094 or 16386542. OLE color: 16386542.

HSL color Cylindrical-coordinate representation of color #EE09FA: hue angle of 297.01º degrees, saturation: 0.96, 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 #EE09FA is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 238 9 250 -
CMYK 0.05 0.96 0 0.02
HSL 297.01º 0.96% 0.51% -
HSV(B) 297.01º 0.96% 0.98% -
XYZ 52.61 25.27 92.55 -
YUV 104.95 209.87 222.9 -
System Red Green Blue C M Y K H S L
Decimal 238 9 250 0.05 0.96 0 0.02 297.01 0.96 0.51
Hex EE 9 FA 5 60 0 2 129 60 33
Octal 356 11 372 5 140 0 2 451 140 63
Binary 11101110 1001 11111010 101 1100000 0 10 100101001 1100000 110011

Color Harmonies of #EE09FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE09FA

Black with #EE09FA

Text Example


Text Example

White with #EE09FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE09FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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