#EF5DFC

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

Shades of Pink Flamingo #EF5DFC

Tints of Pink Flamingo #EF5DFC

Color information

#EF5DFC (or 0xEF5DFC) is unknown color: approx Pink Flamingo. HEX triplet: EF, 5D and FC. RGB value is (239,93,252). Sum of RGB (Red+Green+Blue) = 239+93+252=584 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.92% from 584); Green value is 93 (36.72% from 255 or 15.92% from 584); Blue value is 252 (98.83% from 255 or 43.15% from 584); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF5DFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF5DFC is #10A203. Grayscale: #9A9A9A. Windows color (decimal): -1090052 or 16539119. OLE color: 16539119.

HSL color Cylindrical-coordinate representation of color #EF5DFC: hue angle of 295.09º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EF5DFC is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB23993252-
CMYK0.050.6300.01
HSL295.09º96.36%67.65%-
HSV(B)295.09º63.1%98.82%-
XYZ57.0833.2195.5-
YUV154.78182.87188.07-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.92%
GREEN value IS 93 (36.72% from 255) = 15.92%
BLUE value IS 252 (98.83% from 255) = 43.15%
R=40.92%
G=15.92%
B=43.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal239932520.050.6300.01295.0996.3667.65
HexEF5DFC53F011276044
Octal35713537457701447140104
Binary111011111011101111111001011111110110010011111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5DFC; }

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

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

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

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

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

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

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

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