#ED64FF

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

Shades of Pink Flamingo #ED64FF

Tints of Pink Flamingo #ED64FF

Color information

#ED64FF (or 0xED64FF) is unknown color: approx Pink Flamingo. HEX triplet: ED, 64 and FF. RGB value is (237,100,255). Sum of RGB (Red+Green+Blue) = 237+100+255=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 100 (39.45% from 255 or 16.89% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED64FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED64FF is #129B00. Grayscale: #9E9E9E. Windows color (decimal): -1219329 or 16737517. OLE color: 16737517.

HSL color Cylindrical-coordinate representation of color #ED64FF: hue angle of 293.03º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ED64FF is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB237100255-
CMYK0.070.6100
HSL293.03º100%69.61%-
HSV(B)293.03º60.78%100%-
XYZ57.5334.3498.2-
YUV158.63182.39183.9-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.03%
GREEN value IS 100 (39.45% from 255) = 16.89%
BLUE value IS 255 (100% from 255) = 43.07%
R=40.03%
G=16.89%
B=43.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2371002550.070.6100293.0310069.61
HexED64FF73D001256446
Octal35514437777500445144106
Binary111011011100100111111111111111010010010010111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED64FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED64FF; }

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

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

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

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

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

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

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

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