#ED5FF7

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

Shades of Pink Flamingo #ED5FF7

Tints of Pink Flamingo #ED5FF7

Color information

#ED5FF7 (or 0xED5FF7) is unknown color: approx Pink Flamingo. HEX triplet: ED, 5F and F7. RGB value is (237,95,247). Sum of RGB (Red+Green+Blue) = 237+95+247=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 95 (37.5% from 255 or 16.41% from 579); Blue value is 247 (96.88% from 255 or 42.66% from 579); Max value from RGB is 247 - color contains mainly: blue. Hex color #ED5FF7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED5FF7 is #12A008. Grayscale: #9A9A9A. Windows color (decimal): -1220617 or 16211949. OLE color: 16211949.

HSL color Cylindrical-coordinate representation of color #ED5FF7: hue angle of 296.05º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ED5FF7 is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB23795247-
CMYK0.040.6200.03
HSL296.05º90.48%67.06%-
HSV(B)296.05º61.54%96.86%-
XYZ55.8132.991.41-
YUV154.79180.04186.64-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.93%
GREEN value IS 95 (37.5% from 255) = 16.41%
BLUE value IS 247 (96.88% from 255) = 42.66%
R=40.93%
G=16.41%
B=42.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal237952470.040.6200.03296.0590.4867.06
HexED5FF743E031285a43
Octal35513736747603450132103
Binary1110110110111111111011110011111001110010100010110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED5FF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED5FF7; }

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

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

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

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

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

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

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

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