#ED61F6

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

Shades of Pink Flamingo #ED61F6

Tints of Pink Flamingo #ED61F6

Color information

#ED61F6 (or 0xED61F6) is unknown color: approx Pink Flamingo. HEX triplet: ED, 61 and F6. RGB value is (237,97,246). Sum of RGB (Red+Green+Blue) = 237+97+246=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 97 (38.28% from 255 or 16.72% from 580); Blue value is 246 (96.48% from 255 or 42.41% from 580); Max value from RGB is 246 - color contains mainly: blue. Hex color #ED61F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED61F6 is #129E09. Grayscale: #9B9B9B. Windows color (decimal): -1220106 or 16146925. OLE color: 16146925.

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

Color convert

RGB23797246-
CMYK0.040.6100.04
HSL296.38º89.22%67.25%-
HSV(B)296.38º60.57%96.47%-
XYZ55.8333.2190.66-
YUV155.85178.88185.88-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.86%
GREEN value IS 97 (38.28% from 255) = 16.72%
BLUE value IS 246 (96.48% from 255) = 42.41%
R=40.86%
G=16.72%
B=42.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal237972460.040.6100.04296.3889.2267.25
HexED61F643D041285943
Octal35514136647504450131103
Binary11101101110000111110110100111101010010010100010110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED61F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED61F6; }

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

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

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

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

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

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

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

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