#EF5DF9

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

Shades of Pink Flamingo #EF5DF9

Tints of Pink Flamingo #EF5DF9

Color information

#EF5DF9 (or 0xEF5DF9) is unknown color: approx Pink Flamingo. HEX triplet: EF, 5D and F9. RGB value is (239,93,249). Sum of RGB (Red+Green+Blue) = 239+93+249=581 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.14% from 581); Green value is 93 (36.72% from 255 or 16.01% from 581); Blue value is 249 (97.66% from 255 or 42.86% from 581); Max value from RGB is 249 - color contains mainly: blue. Hex color #EF5DF9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF5DF9 is #10A206. Grayscale: #999999. Windows color (decimal): -1090055 or 16342511. OLE color: 16342511.

HSL color Cylindrical-coordinate representation of color #EF5DF9: hue angle of 296.15º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EF5DF9 is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB23993249-
CMYK0.040.6300.02
HSL296.15º92.86%67.06%-
HSV(B)296.15º62.65%97.65%-
XYZ56.6133.0293.01-
YUV154.44181.37188.32-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.14%
GREEN value IS 93 (36.72% from 255) = 16.01%
BLUE value IS 249 (97.66% from 255) = 42.86%
R=41.14%
G=16.01%
B=42.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal239932490.040.6300.02296.1592.8667.06
HexEF5DF943F021285d43
Octal35713537147702450135103
Binary1110111110111011111100110011111101010010100010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5DF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5DF9; }

 p { color: rgb(239,93,249); }

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

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

 a { background-color: rgb(239,93,249); }

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

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

 span { border-color: rgb(239,93,249); }

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