#ED61FB

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

Shades of Pink Flamingo #ED61FB

Tints of Pink Flamingo #ED61FB

Color information

#ED61FB (or 0xED61FB) is unknown color: approx Pink Flamingo. HEX triplet: ED, 61 and FB. RGB value is (237,97,251). Sum of RGB (Red+Green+Blue) = 237+97+251=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 97 (38.28% from 255 or 16.58% from 585); Blue value is 251 (98.44% from 255 or 42.91% from 585); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED61FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED61FB is #129E04. Grayscale: #9B9B9B. Windows color (decimal): -1220101 or 16474605. OLE color: 16474605.

HSL color Cylindrical-coordinate representation of color #ED61FB: hue angle of 294.55º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ED61FB is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB23797251-
CMYK0.060.6100.02
HSL294.55º95.06%68.24%-
HSV(B)294.55º61.35%98.43%-
XYZ56.6133.5294.75-
YUV156.42181.38185.48-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.51%
GREEN value IS 97 (38.28% from 255) = 16.58%
BLUE value IS 251 (98.44% from 255) = 42.91%
R=40.51%
G=16.58%
B=42.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal237972510.060.6100.02294.5595.0668.24
HexED61FB63D021275f44
Octal35514137367502447137104
Binary1110110111000011111101111011110101010010011110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED61FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED61FB; }

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

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

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

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

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

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

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

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