#ED61F9

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

Shades of Pink Flamingo #ED61F9

Tints of Pink Flamingo #ED61F9

Color information

#ED61F9 (or 0xED61F9) is unknown color: approx Pink Flamingo. HEX triplet: ED, 61 and F9. RGB value is (237,97,249). Sum of RGB (Red+Green+Blue) = 237+97+249=583 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.65% from 583); Green value is 97 (38.28% from 255 or 16.64% from 583); Blue value is 249 (97.66% from 255 or 42.71% from 583); Max value from RGB is 249 - color contains mainly: blue. Hex color #ED61F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED61F9 is #129E06. Grayscale: #9B9B9B. Windows color (decimal): -1220103 or 16343533. OLE color: 16343533.

HSL color Cylindrical-coordinate representation of color #ED61F9: hue angle of 295.26º degrees, saturation: 0.93, 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 #ED61F9 is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB23797249-
CMYK0.050.6100.02
HSL295.26º92.68%67.84%-
HSV(B)295.26º61.04%97.65%-
XYZ56.333.3993.1-
YUV156.19180.38185.64-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.65%
GREEN value IS 97 (38.28% from 255) = 16.64%
BLUE value IS 249 (97.66% from 255) = 42.71%
R=40.65%
G=16.64%
B=42.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal237972490.050.6100.02295.2692.6867.84
HexED61F953D021275d44
Octal35514137157502447135104
Binary1110110111000011111100110111110101010010011110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED61F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED61F9; }

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

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

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

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

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

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

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

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