#ED57F2

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

Shades of Pink Flamingo #ED57F2

Tints of Pink Flamingo #ED57F2

Color information

#ED57F2 (or 0xED57F2) is unknown color: approx Pink Flamingo. HEX triplet: ED, 57 and F2. RGB value is (237,87,242). Sum of RGB (Red+Green+Blue) = 237+87+242=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 87 (34.38% from 255 or 15.37% from 566); Blue value is 242 (94.92% from 255 or 42.76% from 566); Max value from RGB is 242 - color contains mainly: blue. Hex color #ED57F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED57F2 is #12A80D. Grayscale: #959595. Windows color (decimal): -1222670 or 15882221. OLE color: 15882221.

HSL color Cylindrical-coordinate representation of color #ED57F2: hue angle of 298.06º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ED57F2 is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB23787242-
CMYK0.020.6400.05
HSL298.06º85.64%64.51%-
HSV(B)298.06º64.05%94.9%-
XYZ54.3631.2387.17-
YUV149.52180.2190.4-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.87%
GREEN value IS 87 (34.38% from 255) = 15.37%
BLUE value IS 242 (94.92% from 255) = 42.76%
R=41.87%
G=15.37%
B=42.76%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal237872420.020.6400.05298.0685.6464.51
HexED57F22400512a5641
Octal355127362210005452126101
Binary11101101101011111110010101000000010110010101010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED57F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED57F2; }

 p { color: rgb(237,87,242); }

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

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

 a { background-color: rgb(237,87,242); }

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

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

 span { border-color: rgb(237,87,242); }

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