#ED5EFE

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

Shades of Pink Flamingo #ED5EFE

Tints of Pink Flamingo #ED5EFE

Color information

#ED5EFE (or 0xED5EFE) is unknown color: approx Pink Flamingo. HEX triplet: ED, 5E and FE. RGB value is (237,94,254). Sum of RGB (Red+Green+Blue) = 237+94+254=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 94 (37.11% from 255 or 16.07% from 585); Blue value is 254 (99.61% from 255 or 43.42% from 585); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED5EFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED5EFE is #12A101. Grayscale: #9A9A9A. Windows color (decimal): -1220866 or 16670445. OLE color: 16670445.

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

Color convert

RGB23794254-
CMYK0.070.6300.00
HSL293.62º98.77%68.24%-
HSV(B)293.62º62.99%99.61%-
XYZ56.8233.1797.17-
YUV155183.88186.49-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.51%
GREEN value IS 94 (37.11% from 255) = 16.07%
BLUE value IS 254 (99.61% from 255) = 43.42%
R=40.51%
G=16.07%
B=43.42%

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
Decimal237942540.070.6300.00293.6298.7768.24
HexED5EFE73F001266344
Octal35513637677700446143104
Binary111011011011110111111101111111110010010011011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED5EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED5EFE; }

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

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

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

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

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

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

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

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