#ed59f1

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

Shades of Pink Flamingo #ED59F1

Tints of Pink Flamingo #ED59F1

Color information

#ED59F1 (or 0xED59F1) is unknown color: approx Pink Flamingo. HEX triplet: ED, 59 and F1. RGB value is (237,89,241). Sum of RGB (Red+Green+Blue) = 237+89+241=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 89 (35.16% from 255 or 15.70% from 567); Blue value is 241 (94.53% from 255 or 42.50% from 567); Max value from RGB is 241 - color contains mainly: blue. Hex color #ED59F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED59F1 is #12A60E. Grayscale: #969696. Windows color (decimal): -1222159 or 15817197. OLE color: 15817197.

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

Color convert

RGB23789241-
CMYK0.020.6300.05
HSL298.42º84.44%64.71%-
HSV(B)298.42º63.07%94.51%-
XYZ54.3731.586.43-
YUV150.58179.03189.64-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.80%
GREEN value IS 89 (35.16% from 255) = 15.70%
BLUE value IS 241 (94.53% from 255) = 42.50%
R=41.80%
G=15.70%
B=42.50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal237892410.020.6300.05298.4284.4464.71
HexED59F123F0512a5441
Octal35513136127705452124101
Binary1110110110110011111000110111111010110010101010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed59f1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed59f1; }

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

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

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

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

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

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

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

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