Html Css Color HEX #FF0EE9 Magenta

📋 copy color: '#FF0EE9'

red 255 ◦ green 14 ◦ blue 233

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

Shades of Magenta #FF0EE9

Tints of Magenta #FF0EE9

RGB

 RED value IS 255 (100% from 255) = 50.8%

 GREEN value IS 14 (5.86% from 255) = 2.79%

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

R = 50.8%
G = 2.79%
B = 46.41%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.09

 K value IS 0

RGB Variations

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

Color information

#FF0EE9 (or 0xFF0EE9) is known color: Magenta. HEX triplet: FF, 0E and E9. RGB value is (255,14,233). Sum of RGB (Red+Green+Blue) = 255+14+233=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 14 (5.86% from 255 or 2.79% from 502); Blue value is 233 (91.41% from 255 or 46.41% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0EE9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF0EE9 is #00F116. Grayscale: #6E6E6E. Windows color (decimal): -61719 or 15273727. OLE color: 15273727.

HSL color Cylindrical-coordinate representation of color #FF0EE9: hue angle of 305.48º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF0EE9 is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.

Color convert

RGB 255 14 233 -
CMYK 0 0.95 0.09 0
HSL 305.48º 1% 0.53% -
HSV(B) 305.48º 0.95% 1% -
XYZ 56.11 27.46 79.43 -
YUV 111.03 196.84 230.69 -
System Red Green Blue C M Y K H S L
Decimal 255 14 233 0 0.95 0.09 0 305.48 1 0.53
Hex FF E E9 0 5F 9 0 131 64 35
Octal 377 16 351 0 137 11 0 461 144 65
Binary 11111111 1110 11101001 0 1011111 1001 0 100110001 1100100 110101

Color Harmonies of #FF0EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0EE9

Black with #FF0EE9

Text Example


Text Example

White with #FF0EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0EE9; }

 p { color: rgb(255,14,233); }

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

background-color css

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

 a { background-color: rgb(255,14,233); }

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

border-color css

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

 span { border-color: rgb(255,14,233); }

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