#ED5FFE

Color #ED5FFE Pink Flamingo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flamingo #ED5FFE

Tints of Pink Flamingo #ED5FFE

Color information

#ED5FFE (or 0xED5FFE) is unknown color: approx Pink Flamingo. HEX triplet: ED, 5F and FE. RGB value is (237,95,254). Sum of RGB (Red+Green+Blue) = 237+95+254=586 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.44% from 586); Green value is 95 (37.5% from 255 or 16.21% from 586); Blue value is 254 (99.61% from 255 or 43.34% from 586); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED5FFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED5FFE is #12A001. Grayscale: #9B9B9B. Windows color (decimal): -1220610 or 16670701. OLE color: 16670701.

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

Color convert

RGB23795254-
CMYK0.070.6300.00
HSL293.58º98.76%68.43%-
HSV(B)293.58º62.6%99.61%-
XYZ56.9133.3497.2-
YUV155.58183.54186.07-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.44%
GREEN value IS 95 (37.5% from 255) = 16.21%
BLUE value IS 254 (99.61% from 255) = 43.34%
R=40.44%
G=16.21%
B=43.34%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal237952540.070.6300.00293.5898.7668.43
HexED5FFE73F001266344
Octal35513737677700446143104
Binary111011011011111111111101111111110010010011011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED5FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED5FFE; }

 p { color: rgb(237,95,254); }

 H1.HeaderClassName
 {
   color: #ED5FFE;
 }
 .AnyTagClassName
 {
   color: #ED5FFE;
 }
</style>
background-color css

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

 a { background-color: rgb(237,95,254); }

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

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

 span { border-color: rgb(237,95,254); }

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