#ED64FE

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

Shades of Pink Flamingo #ED64FE

Tints of Pink Flamingo #ED64FE

Color information

#ED64FE (or 0xED64FE) is unknown color: approx Pink Flamingo. HEX triplet: ED, 64 and FE. RGB value is (237,100,254). Sum of RGB (Red+Green+Blue) = 237+100+254=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 100 (39.45% from 255 or 16.92% from 591); Blue value is 254 (99.61% from 255 or 42.98% from 591); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED64FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED64FE is #129B01. Grayscale: #9E9E9E. Windows color (decimal): -1219330 or 16671981. OLE color: 16671981.

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

Color convert

RGB237100254-
CMYK0.070.6100.00
HSL293.38º98.72%69.41%-
HSV(B)293.38º60.63%99.61%-
XYZ57.3734.2797.36-
YUV158.52181.89183.98-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.10%
GREEN value IS 100 (39.45% from 255) = 16.92%
BLUE value IS 254 (99.61% from 255) = 42.98%
R=40.10%
G=16.92%
B=42.98%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2371002540.070.6100.00293.3898.7269.41
HexED64FE73D001256345
Octal35514437677500445143105
Binary111011011100100111111101111111010010010010111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED64FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED64FE; }

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

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

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

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

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

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

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

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