Html Css Color HEX #FE0EEC Magenta

📋 copy color: '#FE0EEC'

red 254 ◦ green 14 ◦ blue 236

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

Shades of Magenta #FE0EEC

Tints of Magenta #FE0EEC

RGB

 RED value IS 254 (99.61% from 255) = 50.4%

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

 BLUE value IS 236 (92.58% from 255) = 46.83%

R = 50.4%
G = 2.78%
B = 46.83%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FE0EEC (or 0xFE0EEC) is known color: Magenta. HEX triplet: FE, 0E and EC. RGB value is (254,14,236). Sum of RGB (Red+Green+Blue) = 254+14+236=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 14 (5.86% from 255 or 2.78% from 504); Blue value is 236 (92.58% from 255 or 46.83% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0EEC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE0EEC is #01F113. Grayscale: #6E6E6E. Windows color (decimal): -127252 or 15470334. OLE color: 15470334.

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

Color convert

RGB 254 14 236 -
CMYK 0 0.94 0.07 0.00
HSL 304.5º 0.99% 0.53% -
HSV(B) 304.5º 0.94% 1% -
XYZ 56.17 27.44 81.69 -
YUV 111.07 198.51 229.95 -
System Red Green Blue C M Y K H S L
Decimal 254 14 236 0 0.94 0.07 0.00 304.5 0.99 0.53
Hex FE E EC 0 5E 7 0 130 63 35
Octal 376 16 354 0 136 7 0 460 143 65
Binary 11111110 1110 11101100 0 1011110 111 0 100110000 1100011 110101

Color Harmonies of #FE0EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0EEC

Black with #FE0EEC

Text Example


Text Example

White with #FE0EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0EEC; }

 p { color: rgb(254,14,236); }

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

background-color css

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

 a { background-color: rgb(254,14,236); }

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

border-color css

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

 span { border-color: rgb(254,14,236); }

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