Html Css Color HEX #EE09FE Magenta

📋 copy color: '#EE09FE'

red 238 ◦ green 9 ◦ blue 254

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

Shades of Magenta #EE09FE

Tints of Magenta #EE09FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50.7%

R = 47.5%
G = 1.8%
B = 50.7%

CMYK

 C value IS 0.06

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EE09FE (or 0xEE09FE) is known color: Magenta. HEX triplet: EE, 09 and FE. RGB value is (238,9,254). Sum of RGB (Red+Green+Blue) = 238+9+254=501 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.50% from 501); Green value is 9 (3.91% from 255 or 1.80% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE09FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE09FE is #11F601. Grayscale: #686868. Windows color (decimal): -1177090 or 16648686. OLE color: 16648686.

HSL color Cylindrical-coordinate representation of color #EE09FE: hue angle of 296.08º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE09FE is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 238 9 254 -
CMYK 0.06 0.96 0 0.00
HSL 296.08º 0.99% 0.52% -
HSV(B) 296.08º 0.96% 1% -
XYZ 53.25 25.53 95.89 -
YUV 105.4 211.87 222.58 -
System Red Green Blue C M Y K H S L
Decimal 238 9 254 0.06 0.96 0 0.00 296.08 0.99 0.52
Hex EE 9 FE 6 60 0 0 128 63 34
Octal 356 11 376 6 140 0 0 450 143 64
Binary 11101110 1001 11111110 110 1100000 0 0 100101000 1100011 110100

Color Harmonies of #EE09FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE09FE

Black with #EE09FE

Text Example


Text Example

White with #EE09FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE09FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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