Html Css Color HEX #FE4EE1 Free Speech Magenta

📋 copy color: '#FE4EE1'

red 254 ◦ green 78 ◦ blue 225

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

Shades of Free Speech Magenta #FE4EE1

Tints of Free Speech Magenta #FE4EE1

RGB

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

 GREEN value IS 78 (30.86% from 255) = 14%

 BLUE value IS 225 (88.28% from 255) = 40.39%

R = 45.6%
G = 14%
B = 40.39%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.11

 K value IS 0.00

RGB Variations

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

Color information

#FE4EE1 (or 0xFE4EE1) is known color: Free Speech Magenta. HEX triplet: FE, 4E and E1. RGB value is (254,78,225). Sum of RGB (Red+Green+Blue) = 254+78+225=557 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.60% from 557); Green value is 78 (30.86% from 255 or 14.00% from 557); Blue value is 225 (88.28% from 255 or 40.39% from 557); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4EE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE4EE1 is #01B11E. Grayscale: #929292. Windows color (decimal): -110879 or 14765822. OLE color: 14765822.

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

Color convert

RGB 254 78 225 -
CMYK 0 0.69 0.11 0.00
HSL 309.89º 0.99% 0.65% -
HSV(B) 309.89º 0.69% 1% -
XYZ 57.19 31.96 74.39 -
YUV 147.38 171.81 204.05 -
System Red Green Blue C M Y K H S L
Decimal 254 78 225 0 0.69 0.11 0.00 309.89 0.99 0.65
Hex FE 4E E1 0 45 B 0 136 63 41
Octal 376 116 341 0 105 13 0 466 143 101
Binary 11111110 1001110 11100001 0 1000101 1011 0 100110110 1100011 1000001

Color Harmonies of #FE4EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4EE1

Black with #FE4EE1

Text Example


Text Example

White with #FE4EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4EE1; }

 p { color: rgb(254,78,225); }

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

background-color css

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

 a { background-color: rgb(254,78,225); }

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

border-color css

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

 span { border-color: rgb(254,78,225); }

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