#ED5CF5

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

Shades of Pink Flamingo #ED5CF5

Tints of Pink Flamingo #ED5CF5

Color information

#ED5CF5 (or 0xED5CF5) is unknown color: approx Pink Flamingo. HEX triplet: ED, 5C and F5. RGB value is (237,92,245). Sum of RGB (Red+Green+Blue) = 237+92+245=574 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.29% from 574); Green value is 92 (36.33% from 255 or 16.03% from 574); Blue value is 245 (96.09% from 255 or 42.68% from 574); Max value from RGB is 245 - color contains mainly: blue. Hex color #ED5CF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED5CF5 is #12A30A. Grayscale: #989898. Windows color (decimal): -1221387 or 16080109. OLE color: 16080109.

HSL color Cylindrical-coordinate representation of color #ED5CF5: hue angle of 296.86º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ED5CF5 is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB23792245-
CMYK0.030.6200.04
HSL296.86º88.44%66.08%-
HSV(B)296.86º62.45%96.08%-
XYZ55.2332.2589.7-
YUV152.8180.04188.06-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.29%
GREEN value IS 92 (36.33% from 255) = 16.03%
BLUE value IS 245 (96.09% from 255) = 42.68%
R=41.29%
G=16.03%
B=42.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal237922450.030.6200.04296.8688.4466.08
HexED5CF533E041295842
Octal35513436537604451130102
Binary1110110110111001111010111111110010010010100110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED5CF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED5CF5; }

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

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

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

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

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

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

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

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