#EF5CFB

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

Shades of Pink Flamingo #EF5CFB

Tints of Pink Flamingo #EF5CFB

Color information

#EF5CFB (or 0xEF5CFB) is unknown color: approx Pink Flamingo. HEX triplet: EF, 5C and FB. RGB value is (239,92,251). Sum of RGB (Red+Green+Blue) = 239+92+251=582 (77% of max value = 765). Red value is 239 (93.75% from 255 or 41.07% from 582); Green value is 92 (36.33% from 255 or 15.81% from 582); Blue value is 251 (98.44% from 255 or 43.13% from 582); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF5CFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF5CFB is #10A304. Grayscale: #999999. Windows color (decimal): -1090309 or 16473327. OLE color: 16473327.

HSL color Cylindrical-coordinate representation of color #EF5CFB: hue angle of 295.47º degrees, saturation: 0.95, 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 #EF5CFB is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB23992251-
CMYK0.050.6300.02
HSL295.47º95.21%67.25%-
HSV(B)295.47º63.35%98.43%-
XYZ56.8432.9794.64-
YUV154.08182.7188.57-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.07%
GREEN value IS 92 (36.33% from 255) = 15.81%
BLUE value IS 251 (98.44% from 255) = 43.13%
R=41.07%
G=15.81%
B=43.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal239922510.050.6300.02295.4795.2167.25
HexEF5CFB53F021275f43
Octal35713437357702447137103
Binary1110111110111001111101110111111101010010011110111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5CFB; }

 p { color: rgb(239,92,251); }

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

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

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

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

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

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

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