#ED4CFD

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

Shades of Pink Flamingo #ED4CFD

Tints of Pink Flamingo #ED4CFD

Color information

#ED4CFD (or 0xED4CFD) is unknown color: approx Pink Flamingo. HEX triplet: ED, 4C and FD. RGB value is (237,76,253). Sum of RGB (Red+Green+Blue) = 237+76+253=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 76 (30.08% from 255 or 13.43% from 566); Blue value is 253 (99.22% from 255 or 44.70% from 566); Max value from RGB is 253 - color contains mainly: blue. Hex color #ED4CFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED4CFD is #12B302. Grayscale: #8F8F8F. Windows color (decimal): -1225475 or 16600301. OLE color: 16600301.

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

Color convert

RGB23776253-
CMYK0.060.7000.01
HSL294.58º97.79%64.51%-
HSV(B)294.58º69.96%99.22%-
XYZ55.2430.2795.86-
YUV144.32189.34194.11-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.87%
GREEN value IS 76 (30.08% from 255) = 13.43%
BLUE value IS 253 (99.22% from 255) = 44.70%
R=41.87%
G=13.43%
B=44.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal237762530.060.7000.01294.5897.7964.51
HexED4CFD646011276241
Octal355114375610601447142101
Binary1110110110011001111110111010001100110010011111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED4CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED4CFD; }

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

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

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

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

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

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

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

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