Html Css Color HEX #FE0EEE Magenta

📋 copy color: '#FE0EEE'

red 254 ◦ green 14 ◦ blue 238

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

Shades of Magenta #FE0EEE

Tints of Magenta #FE0EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.04%

R = 50.2%
G = 2.77%
B = 47.04%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FE0EEE (or 0xFE0EEE) is known color: Magenta. HEX triplet: FE, 0E and EE. RGB value is (254,14,238). Sum of RGB (Red+Green+Blue) = 254+14+238=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 14 (5.86% from 255 or 2.77% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0EEE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE0EEE is #01F111. Grayscale: #6E6E6E. Windows color (decimal): -127250 or 15601406. OLE color: 15601406.

HSL color Cylindrical-coordinate representation of color #FE0EEE: hue angle of 304º 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 #FE0EEE is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 14 238 -
CMYK 0 0.94 0.06 0.00
HSL 304º 0.99% 0.53% -
HSV(B) 304º 0.94% 1% -
XYZ 56.46 27.56 83.23 -
YUV 111.3 199.51 229.79 -
System Red Green Blue C M Y K H S L
Decimal 254 14 238 0 0.94 0.06 0.00 304 0.99 0.53
Hex FE E EE 0 5E 6 0 130 63 35
Octal 376 16 356 0 136 6 0 460 143 65
Binary 11111110 1110 11101110 0 1011110 110 0 100110000 1100011 110101

Color Harmonies of #FE0EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0EEE

Black with #FE0EEE

Text Example


Text Example

White with #FE0EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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