Html Css Color HEX #FE5EE5 Pink Flamingo

📋 copy color: '#FE5EE5'

red 254 ◦ green 94 ◦ blue 229

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

Shades of Pink Flamingo #FE5EE5

Tints of Pink Flamingo #FE5EE5

RGB

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

 GREEN value IS 94 (37.11% from 255) = 16.29%

 BLUE value IS 229 (89.84% from 255) = 39.69%

R = 44.02%
G = 16.29%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.10

 K value IS 0.00

RGB Variations

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

Color information

#FE5EE5 (or 0xFE5EE5) is known color: Pink Flamingo. HEX triplet: FE, 5E and E5. RGB value is (254,94,229). Sum of RGB (Red+Green+Blue) = 254+94+229=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 94 (37.11% from 255 or 16.29% from 577); Blue value is 229 (89.84% from 255 or 39.69% from 577); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5EE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5EE5 is #01A11A. Grayscale: #9C9C9C. Windows color (decimal): -106779 or 15032062. OLE color: 15032062.

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

Color convert

RGB 254 94 229 -
CMYK 0 0.63 0.10 0.00
HSL 309.38º 0.99% 0.68% -
HSV(B) 309.38º 0.63% 1% -
XYZ 59.02 34.73 77.72 -
YUV 157.23 168.51 197.02 -
System Red Green Blue C M Y K H S L
Decimal 254 94 229 0 0.63 0.10 0.00 309.38 0.99 0.68
Hex FE 5E E5 0 3F A 0 135 63 44
Octal 376 136 345 0 77 12 0 465 143 104
Binary 11111110 1011110 11100101 0 111111 1010 0 100110101 1100011 1000100

Color Harmonies of #FE5EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5EE5

Black with #FE5EE5

Text Example


Text Example

White with #FE5EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5EE5; }

 p { color: rgb(254,94,229); }

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

background-color css

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

 a { background-color: rgb(254,94,229); }

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

border-color css

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

 span { border-color: rgb(254,94,229); }

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