#ED5CFF

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

Shades of Pink Flamingo #ED5CFF

Tints of Pink Flamingo #ED5CFF

Color information

#ED5CFF (or 0xED5CFF) is unknown color: approx Pink Flamingo. HEX triplet: ED, 5C and FF. RGB value is (237,92,255). Sum of RGB (Red+Green+Blue) = 237+92+255=584 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.58% from 584); Green value is 92 (36.33% from 255 or 15.75% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED5CFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED5CFF is #12A300. Grayscale: #999999. Windows color (decimal): -1221377 or 16735469. OLE color: 16735469.

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

Color convert

RGB23792255-
CMYK0.070.6400
HSL293.37º100%68.04%-
HSV(B)293.37º63.92%100%-
XYZ56.832.8897.96-
YUV153.94185.04187.25-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.58%
GREEN value IS 92 (36.33% from 255) = 15.75%
BLUE value IS 255 (100% from 255) = 43.66%
R=40.58%
G=15.75%
B=43.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal237922550.070.6400293.3710068.04
HexED5CFF740001256444
Octal355134377710000445144104
Binary1110110110111001111111111110000000010010010111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED5CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED5CFF; }

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

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

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

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

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

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

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

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