Html Css Color HEX #EE09F8 Magenta

📋 copy color: '#EE09F8'

red 238 ◦ green 9 ◦ blue 248

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

Shades of Magenta #EE09F8

Tints of Magenta #EE09F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 50.1%

R = 48.08%
G = 1.82%
B = 50.1%

CMYK

 C value IS 0.04

 M value IS 0.96

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EE09F8 (or 0xEE09F8) is known color: Magenta. HEX triplet: EE, 09 and F8. RGB value is (238,9,248). Sum of RGB (Red+Green+Blue) = 238+9+248=495 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.08% from 495); Green value is 9 (3.91% from 255 or 1.82% from 495); Blue value is 248 (97.27% from 255 or 50.10% from 495); Max value from RGB is 248 - color contains mainly: blue. Hex color #EE09F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE09F8 is #11F607. Grayscale: #676767. Windows color (decimal): -1177096 or 16255470. OLE color: 16255470.

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

Color convert

RGB 238 9 248 -
CMYK 0.04 0.96 0 0.03
HSL 297.49º 0.94% 0.5% -
HSV(B) 297.49º 0.96% 0.97% -
XYZ 52.3 25.15 90.9 -
YUV 104.72 208.87 223.07 -
System Red Green Blue C M Y K H S L
Decimal 238 9 248 0.04 0.96 0 0.03 297.49 0.94 0.5
Hex EE 9 F8 4 60 0 3 129 5E 32
Octal 356 11 370 4 140 0 3 451 136 62
Binary 11101110 1001 11111000 100 1100000 0 11 100101001 1011110 110010

Color Harmonies of #EE09F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE09F8

Black with #EE09F8

Text Example


Text Example

White with #EE09F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE09F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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