#EF57F8

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

Shades of Pink Flamingo #EF57F8

Tints of Pink Flamingo #EF57F8

Color information

#EF57F8 (or 0xEF57F8) is unknown color: approx Pink Flamingo. HEX triplet: EF, 57 and F8. RGB value is (239,87,248). Sum of RGB (Red+Green+Blue) = 239+87+248=574 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.64% from 574); Green value is 87 (34.38% from 255 or 15.16% from 574); Blue value is 248 (97.27% from 255 or 43.21% from 574); Max value from RGB is 248 - color contains mainly: blue. Hex color #EF57F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF57F8 is #10A807. Grayscale: #969696. Windows color (decimal): -1091592 or 16275439. OLE color: 16275439.

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

Color convert

RGB23987248-
CMYK0.040.6500.03
HSL296.65º92%65.69%-
HSV(B)296.65º64.92%97.25%-
XYZ55.9531.9492.02-
YUV150.8182.86190.91-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.64%
GREEN value IS 87 (34.38% from 255) = 15.16%
BLUE value IS 248 (97.27% from 255) = 43.21%
R=41.64%
G=15.16%
B=43.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal239872480.040.6500.03296.659265.69
HexEF57F8441031295c42
Octal357127370410103451134102
Binary11101111101011111111000100100000101110010100110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF57F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF57F8; }

 p { color: rgb(239,87,248); }

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

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

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

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

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

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

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