Html Css Color HEX #FE1EEC Magenta

📋 copy color: '#FE1EEC'

red 254 ◦ green 30 ◦ blue 236

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

Shades of Magenta #FE1EEC

Tints of Magenta #FE1EEC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 5.77%

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

R = 48.85%
G = 5.77%
B = 45.38%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FE1EEC (or 0xFE1EEC) is known color: Magenta. HEX triplet: FE, 1E and EC. RGB value is (254,30,236). Sum of RGB (Red+Green+Blue) = 254+30+236=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 30 (12.11% from 255 or 5.77% from 520); Blue value is 236 (92.58% from 255 or 45.38% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1EEC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE1EEC is #01E113. Grayscale: #777777. Windows color (decimal): -123156 or 15474430. OLE color: 15474430.

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

Color convert

RGB 254 30 236 -
CMYK 0 0.88 0.07 0.00
HSL 304.82º 0.99% 0.56% -
HSV(B) 304.82º 0.88% 1% -
XYZ 56.48 28.06 81.8 -
YUV 120.46 193.21 223.25 -
System Red Green Blue C M Y K H S L
Decimal 254 30 236 0 0.88 0.07 0.00 304.82 0.99 0.56
Hex FE 1E EC 0 58 7 0 131 63 38
Octal 376 36 354 0 130 7 0 461 143 70
Binary 11111110 11110 11101100 0 1011000 111 0 100110001 1100011 111000

Color Harmonies of #FE1EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1EEC

Black with #FE1EEC

Text Example


Text Example

White with #FE1EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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