#ed56f1

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

Shades of Pink Flamingo #ED56F1

Tints of Pink Flamingo #ED56F1

Color information

#ED56F1 (or 0xED56F1) is unknown color: approx Pink Flamingo. HEX triplet: ED, 56 and F1. RGB value is (237,86,241). Sum of RGB (Red+Green+Blue) = 237+86+241=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 86 (33.98% from 255 or 15.25% from 564); Blue value is 241 (94.53% from 255 or 42.73% from 564); Max value from RGB is 241 - color contains mainly: blue. Hex color #ED56F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED56F1 is #12A90E. Grayscale: #949494. Windows color (decimal): -1222927 or 15816429. OLE color: 15816429.

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

Color convert

RGB23786241-
CMYK0.020.6400.05
HSL298.45º84.7%64.12%-
HSV(B)298.45º64.32%94.51%-
XYZ54.1331.0186.35-
YUV148.82180.03190.9-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.02%
GREEN value IS 86 (33.98% from 255) = 15.25%
BLUE value IS 241 (94.53% from 255) = 42.73%
R=42.02%
G=15.25%
B=42.73%

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
Decimal237862410.020.6400.05298.4584.764.12
HexED56F12400512a5540
Octal355126361210005452125100
Binary11101101101011011110001101000000010110010101010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed56f1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed56f1; }

 p { color: rgb(237,86,241); }

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

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

 a { background-color: rgb(237,86,241); }

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

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

 span { border-color: rgb(237,86,241); }

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