#ED5FF0

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

Shades of Pink Flamingo #ED5FF0

Tints of Pink Flamingo #ED5FF0

Color information

#ED5FF0 (or 0xED5FF0) is unknown color: approx Pink Flamingo. HEX triplet: ED, 5F and F0. RGB value is (237,95,240). Sum of RGB (Red+Green+Blue) = 237+95+240=572 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.43% from 572); Green value is 95 (37.5% from 255 or 16.61% from 572); Blue value is 240 (94.14% from 255 or 41.96% from 572); Max value from RGB is 240 - color contains mainly: blue. Hex color #ED5FF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED5FF0 is #12A00F. Grayscale: #999999. Windows color (decimal): -1220624 or 15753197. OLE color: 15753197.

HSL color Cylindrical-coordinate representation of color #ED5FF0: hue angle of 298.76º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ED5FF0 is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB23795240-
CMYK0.010.6000.06
HSL298.76º82.86%65.69%-
HSV(B)298.76º60.42%94.12%-
XYZ54.7532.4885.82-
YUV153.99176.54187.21-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.43%
GREEN value IS 95 (37.5% from 255) = 16.61%
BLUE value IS 240 (94.14% from 255) = 41.96%
R=41.43%
G=16.61%
B=41.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal237952400.010.6000.06298.7682.8665.69
HexED5FF013C0612b5342
Octal35513736017406453123102
Binary111011011011111111100001111100011010010101110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED5FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED5FF0; }

 p { color: rgb(237,95,240); }

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

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

 a { background-color: rgb(237,95,240); }

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

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

 span { border-color: rgb(237,95,240); }

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