#ED5CF7

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

Shades of Pink Flamingo #ED5CF7

Tints of Pink Flamingo #ED5CF7

Color information

#ED5CF7 (or 0xED5CF7) is unknown color: approx Pink Flamingo. HEX triplet: ED, 5C and F7. RGB value is (237,92,247). Sum of RGB (Red+Green+Blue) = 237+92+247=576 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.15% from 576); Green value is 92 (36.33% from 255 or 15.97% from 576); Blue value is 247 (96.88% from 255 or 42.88% from 576); Max value from RGB is 247 - color contains mainly: blue. Hex color #ED5CF7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED5CF7 is #12A308. Grayscale: #989898. Windows color (decimal): -1221385 or 16211181. OLE color: 16211181.

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

Color convert

RGB23792247-
CMYK0.040.6300.03
HSL296.13º90.64%66.47%-
HSV(B)296.13º62.75%96.86%-
XYZ55.5432.3791.32-
YUV153.02181.04187.9-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.15%
GREEN value IS 92 (36.33% from 255) = 15.97%
BLUE value IS 247 (96.88% from 255) = 42.88%
R=41.15%
G=15.97%
B=42.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal237922470.040.6300.03296.1390.6466.47
HexED5CF743F031285b42
Octal35513436747703450133102
Binary1110110110111001111011110011111101110010100010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED5CF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED5CF7; }

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

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

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

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

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

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

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

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