#ED4DF4

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

Shades of Pink Flamingo #ED4DF4

Tints of Pink Flamingo #ED4DF4

Color information

#ED4DF4 (or 0xED4DF4) is unknown color: approx Pink Flamingo. HEX triplet: ED, 4D and F4. RGB value is (237,77,244). Sum of RGB (Red+Green+Blue) = 237+77+244=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 77 (30.47% from 255 or 13.80% from 558); Blue value is 244 (95.70% from 255 or 43.73% from 558); Max value from RGB is 244 - color contains mainly: blue. Hex color #ED4DF4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED4DF4 is #12B20B. Grayscale: #8F8F8F. Windows color (decimal): -1225228 or 16010733. OLE color: 16010733.

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

Color convert

RGB23777244-
CMYK0.030.6800.04
HSL297.49º88.36%62.94%-
HSV(B)297.49º68.44%95.69%-
XYZ53.9129.8488.51-
YUV143.88184.51194.42-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.47%
GREEN value IS 77 (30.47% from 255) = 13.80%
BLUE value IS 244 (95.70% from 255) = 43.73%
R=42.47%
G=13.80%
B=43.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal237772440.030.6800.04297.4988.3662.94
HexED4DF434404129583f
Octal35511536431040445113077
Binary1110110110011011111010011100010001001001010011011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED4DF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED4DF4; }

 p { color: rgb(237,77,244); }

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

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

 a { background-color: rgb(237,77,244); }

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

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

 span { border-color: rgb(237,77,244); }

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