#ED4EF6

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

Shades of Pink Flamingo #ED4EF6

Tints of Pink Flamingo #ED4EF6

Color information

#ED4EF6 (or 0xED4EF6) is unknown color: approx Pink Flamingo. HEX triplet: ED, 4E and F6. RGB value is (237,78,246). Sum of RGB (Red+Green+Blue) = 237+78+246=561 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.25% from 561); Green value is 78 (30.86% from 255 or 13.90% from 561); Blue value is 246 (96.48% from 255 or 43.85% from 561); Max value from RGB is 246 - color contains mainly: blue. Hex color #ED4EF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED4EF6 is #12B109. Grayscale: #909090. Windows color (decimal): -1224970 or 16142061. OLE color: 16142061.

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

Color convert

RGB23778246-
CMYK0.040.6800.04
HSL296.79º90.32%63.53%-
HSV(B)296.79º68.29%96.47%-
XYZ54.2830.1190.14-
YUV144.69185.18193.84-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.25%
GREEN value IS 78 (30.86% from 255) = 13.90%
BLUE value IS 246 (96.48% from 255) = 43.85%
R=42.25%
G=13.90%
B=43.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal237782460.040.6800.04296.7990.3263.53
HexED4EF6444041295a40
Octal355116366410404451132100
Binary111011011001110111101101001000100010010010100110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED4EF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED4EF6; }

 p { color: rgb(237,78,246); }

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

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

 a { background-color: rgb(237,78,246); }

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

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

 span { border-color: rgb(237,78,246); }

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