#ED64F8

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

Shades of Pink Flamingo #ED64F8

Tints of Pink Flamingo #ED64F8

Color information

#ED64F8 (or 0xED64F8) is unknown color: approx Pink Flamingo. HEX triplet: ED, 64 and F8. RGB value is (237,100,248). Sum of RGB (Red+Green+Blue) = 237+100+248=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 100 (39.45% from 255 or 17.09% from 585); Blue value is 248 (97.27% from 255 or 42.39% from 585); Max value from RGB is 248 - color contains mainly: blue. Hex color #ED64F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED64F8 is #129B07. Grayscale: #9D9D9D. Windows color (decimal): -1219336 or 16278765. OLE color: 16278765.

HSL color Cylindrical-coordinate representation of color #ED64F8: hue angle of 295.54º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ED64F8 is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB237100248-
CMYK0.040.6000.03
HSL295.54º91.36%68.24%-
HSV(B)295.54º59.68%97.25%-
XYZ56.4333.992.38-
YUV157.83178.89184.47-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.51%
GREEN value IS 100 (39.45% from 255) = 17.09%
BLUE value IS 248 (97.27% from 255) = 42.39%
R=40.51%
G=17.09%
B=42.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2371002480.040.6000.03295.5491.3668.24
HexED64F843C031285b44
Octal35514437047403450133104
Binary1110110111001001111100010011110001110010100010110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED64F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED64F8; }

 p { color: rgb(237,100,248); }

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

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

 a { background-color: rgb(237,100,248); }

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

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

 span { border-color: rgb(237,100,248); }

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