Html Css Color HEX #FF5EEC Pink Flamingo

📋 copy color: '#FF5EEC'

red 255 ◦ green 94 ◦ blue 236

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

Shades of Pink Flamingo #FF5EEC

Tints of Pink Flamingo #FF5EEC

RGB

 RED value IS 255 (100% from 255) = 43.59%

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

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

R = 43.59%
G = 16.07%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#FF5EEC (or 0xFF5EEC) is known color: Pink Flamingo. HEX triplet: FF, 5E and EC. RGB value is (255,94,236). Sum of RGB (Red+Green+Blue) = 255+94+236=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 94 (37.11% from 255 or 16.07% from 585); Blue value is 236 (92.58% from 255 or 40.34% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5EEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF5EEC is #00A113. Grayscale: #9D9D9D. Windows color (decimal): -41236 or 15490815. OLE color: 15490815.

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

Color convert

RGB 255 94 236 -
CMYK 0 0.63 0.07 0
HSL 307.08º 1% 0.68% -
HSV(B) 307.08º 0.63% 1% -
XYZ 60.38 35.32 82.99 -
YUV 158.33 171.84 196.95 -
System Red Green Blue C M Y K H S L
Decimal 255 94 236 0 0.63 0.07 0 307.08 1 0.68
Hex FF 5E EC 0 3F 7 0 133 64 44
Octal 377 136 354 0 77 7 0 463 144 104
Binary 11111111 1011110 11101100 0 111111 111 0 100110011 1100100 1000100

Color Harmonies of #FF5EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5EEC

Black with #FF5EEC

Text Example


Text Example

White with #FF5EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5EEC; }

 p { color: rgb(255,94,236); }

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

background-color css

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

 a { background-color: rgb(255,94,236); }

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

border-color css

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

 span { border-color: rgb(255,94,236); }

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