Html Css Color HEX #EE0FE9 Magenta

📋 copy color: '#EE0FE9'

red 238 ◦ green 15 ◦ blue 233

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

Shades of Magenta #EE0FE9

Tints of Magenta #EE0FE9

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.09%

 BLUE value IS 233 (91.41% from 255) = 47.94%

R = 48.97%
G = 3.09%
B = 47.94%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EE0FE9 (or 0xEE0FE9) is known color: Magenta. HEX triplet: EE, 0F and E9. RGB value is (238,15,233). Sum of RGB (Red+Green+Blue) = 238+15+233=486 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.97% from 486); Green value is 15 (6.25% from 255 or 3.09% from 486); Blue value is 233 (91.41% from 255 or 47.94% from 486); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0FE9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0FE9 is #11F016. Grayscale: #696969. Windows color (decimal): -1175575 or 15273966. OLE color: 15273966.

HSL color Cylindrical-coordinate representation of color #EE0FE9: hue angle of 301.35º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE0FE9 is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 15 233 -
CMYK 0 0.94 0.02 0.07
HSL 301.35º 0.88% 0.5% -
HSV(B) 301.35º 0.94% 0.93% -
XYZ 50.14 24.4 79.16 -
YUV 106.53 199.38 221.77 -
System Red Green Blue C M Y K H S L
Decimal 238 15 233 0 0.94 0.02 0.07 301.35 0.88 0.5
Hex EE F E9 0 5E 2 7 12D 58 32
Octal 356 17 351 0 136 2 7 455 130 62
Binary 11101110 1111 11101001 0 1011110 10 111 100101101 1011000 110010

Color Harmonies of #EE0FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0FE9

Black with #EE0FE9

Text Example


Text Example

White with #EE0FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0FE9; }

 p { color: rgb(238,15,233); }

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

background-color css

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

 a { background-color: rgb(238,15,233); }

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

border-color css

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

 span { border-color: rgb(238,15,233); }

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