#ED59FF

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

Shades of Pink Flamingo #ED59FF

Tints of Pink Flamingo #ED59FF

Color information

#ED59FF (or 0xED59FF) is unknown color: approx Pink Flamingo. HEX triplet: ED, 59 and FF. RGB value is (237,89,255). Sum of RGB (Red+Green+Blue) = 237+89+255=581 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.79% from 581); Green value is 89 (35.16% from 255 or 15.32% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED59FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED59FF is #12A600. Grayscale: #979797. Windows color (decimal): -1222145 or 16734701. OLE color: 16734701.

HSL color Cylindrical-coordinate representation of color #ED59FF: hue angle of 293.49º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ED59FF is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB23789255-
CMYK0.070.6500
HSL293.49º100%67.45%-
HSV(B)293.49º65.1%100%-
XYZ56.5532.3797.88-
YUV152.18186.03188.5-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.79%
GREEN value IS 89 (35.16% from 255) = 15.32%
BLUE value IS 255 (100% from 255) = 43.89%
R=40.79%
G=15.32%
B=43.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal237892550.070.6500293.4910067.45
HexED59FF741001256443
Octal355131377710100445144103
Binary1110110110110011111111111110000010010010010111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED59FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED59FF; }

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

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

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

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

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

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

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

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