#ED64FD

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

Shades of Pink Flamingo #ED64FD

Tints of Pink Flamingo #ED64FD

Color information

#ED64FD (or 0xED64FD) is unknown color: approx Pink Flamingo. HEX triplet: ED, 64 and FD. RGB value is (237,100,253). Sum of RGB (Red+Green+Blue) = 237+100+253=590 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.17% from 590); Green value is 100 (39.45% from 255 or 16.95% from 590); Blue value is 253 (99.22% from 255 or 42.88% from 590); Max value from RGB is 253 - color contains mainly: blue. Hex color #ED64FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED64FD is #129B02. Grayscale: #9D9D9D. Windows color (decimal): -1219331 or 16606445. OLE color: 16606445.

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

Color convert

RGB237100253-
CMYK0.060.6000.01
HSL293.73º97.45%69.22%-
HSV(B)293.73º60.47%99.22%-
XYZ57.2134.2196.52-
YUV158.4181.39184.06-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.17%
GREEN value IS 100 (39.45% from 255) = 16.95%
BLUE value IS 253 (99.22% from 255) = 42.88%
R=40.17%
G=16.95%
B=42.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2371002530.060.6000.01293.7397.4569.22
HexED64FD63C011266145
Octal35514437567401446141105
Binary111011011100100111111011101111000110010011011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED64FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED64FD; }

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

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

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

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

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

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

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

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