#EF59EF

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

Shades of Pink Flamingo #EF59EF

Tints of Pink Flamingo #EF59EF

Color information

#EF59EF (or 0xEF59EF) is unknown color: approx Pink Flamingo. HEX triplet: EF, 59 and EF. RGB value is (239,89,239). Sum of RGB (Red+Green+Blue) = 239+89+239=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 89 (35.16% from 255 or 15.70% from 567); Blue value is 239 (93.75% from 255 or 42.15% from 567); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EF59EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF59EF is #10A610. Grayscale: #969696. Windows color (decimal): -1091089 or 15686127. OLE color: 15686127.

HSL color Cylindrical-coordinate representation of color #EF59EF: hue angle of 300º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EF59EF is Cyan = 0, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB23989239-
CMYK00.6300.06
HSL300º82.42%64.31%-
HSV(B)300º62.76%93.73%-
XYZ54.7531.7384.9-
YUV150.95177.7190.8-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.15%
GREEN value IS 89 (35.16% from 255) = 15.70%
BLUE value IS 239 (93.75% from 255) = 42.15%
R=42.15%
G=15.70%
B=42.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2398923900.6300.0630082.4264.31
HexEF59EF03F0612c5240
Octal35713135707706454122100
Binary111011111011001111011110111111011010010110010100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF59EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF59EF; }

 p { color: rgb(239,89,239); }

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

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

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

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

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

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

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