#ED5CFD

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

Shades of Pink Flamingo #ED5CFD

Tints of Pink Flamingo #ED5CFD

Color information

#ED5CFD (or 0xED5CFD) is unknown color: approx Pink Flamingo. HEX triplet: ED, 5C and FD. RGB value is (237,92,253). Sum of RGB (Red+Green+Blue) = 237+92+253=582 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.72% from 582); Green value is 92 (36.33% from 255 or 15.81% from 582); Blue value is 253 (99.22% from 255 or 43.47% from 582); Max value from RGB is 253 - color contains mainly: blue. Hex color #ED5CFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED5CFD is #12A302. Grayscale: #999999. Windows color (decimal): -1221379 or 16604397. OLE color: 16604397.

HSL color Cylindrical-coordinate representation of color #ED5CFD: hue angle of 294.04º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ED5CFD is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB23792253-
CMYK0.060.6400.01
HSL294.04º97.58%67.65%-
HSV(B)294.04º63.64%99.22%-
XYZ56.4832.7596.27-
YUV153.71184.04187.41-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.72%
GREEN value IS 92 (36.33% from 255) = 15.81%
BLUE value IS 253 (99.22% from 255) = 43.47%
R=40.72%
G=15.81%
B=43.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal237922530.060.6400.01294.0497.5867.65
HexED5CFD640011266244
Octal355134375610001446142104
Binary1110110110111001111110111010000000110010011011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED5CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED5CFD; }

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

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

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

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

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

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

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

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