#ED5FFF

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

Shades of Pink Flamingo #ED5FFF

Tints of Pink Flamingo #ED5FFF

Color information

#ED5FFF (or 0xED5FFF) is unknown color: approx Pink Flamingo. HEX triplet: ED, 5F and FF. RGB value is (237,95,255). Sum of RGB (Red+Green+Blue) = 237+95+255=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 95 (37.5% from 255 or 16.18% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED5FFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED5FFF is #12A000. Grayscale: #9B9B9B. Windows color (decimal): -1220609 or 16736237. OLE color: 16736237.

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

Color convert

RGB23795255-
CMYK0.070.6300
HSL293.25º100%68.63%-
HSV(B)293.25º62.75%100%-
XYZ57.0733.4198.05-
YUV155.7184.04185.99-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.37%
GREEN value IS 95 (37.5% from 255) = 16.18%
BLUE value IS 255 (100% from 255) = 43.44%
R=40.37%
G=16.18%
B=43.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal237952550.070.6300293.2510068.63
HexED5FFF73F001256445
Octal35513737777700445144105
Binary111011011011111111111111111111110010010010111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED5FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED5FFF; }

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

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

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

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

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

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

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

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