Html Css Color HEX #FE1EEB Magenta

📋 copy color: '#FE1EEB'

red 254 ◦ green 30 ◦ blue 235

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

Shades of Magenta #FE1EEB

Tints of Magenta #FE1EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.28%

R = 48.94%
G = 5.78%
B = 45.28%

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

#FE1EEB (or 0xFE1EEB) is known color: Magenta. HEX triplet: FE, 1E and EB. RGB value is (254,30,235). Sum of RGB (Red+Green+Blue) = 254+30+235=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 30 (12.11% from 255 or 5.78% from 519); Blue value is 235 (92.19% from 255 or 45.28% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1EEB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE1EEB is #01E114. Grayscale: #777777. Windows color (decimal): -123157 or 15408894. OLE color: 15408894.

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

Color convert

RGB 254 30 235 -
CMYK 0 0.88 0.07 0.00
HSL 305.09º 0.99% 0.56% -
HSV(B) 305.09º 0.88% 1% -
XYZ 56.33 28 81.03 -
YUV 120.35 192.71 223.33 -
System Red Green Blue C M Y K H S L
Decimal 254 30 235 0 0.88 0.07 0.00 305.09 0.99 0.56
Hex FE 1E EB 0 58 7 0 131 63 38
Octal 376 36 353 0 130 7 0 461 143 70
Binary 11111110 11110 11101011 0 1011000 111 0 100110001 1100011 111000

Color Harmonies of #FE1EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1EEB

Black with #FE1EEB

Text Example


Text Example

White with #FE1EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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