#EF4CFB

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

Shades of Pink Flamingo #EF4CFB

Tints of Pink Flamingo #EF4CFB

Color information

#EF4CFB (or 0xEF4CFB) is unknown color: approx Pink Flamingo. HEX triplet: EF, 4C and FB. RGB value is (239,76,251). Sum of RGB (Red+Green+Blue) = 239+76+251=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 76 (30.08% from 255 or 13.43% from 566); Blue value is 251 (98.44% from 255 or 44.35% from 566); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF4CFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF4CFB is #10B304. Grayscale: #909090. Windows color (decimal): -1094405 or 16469231. OLE color: 16469231.

HSL color Cylindrical-coordinate representation of color #EF4CFB: hue angle of 295.89º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EF4CFB is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB23976251-
CMYK0.050.7000.02
HSL295.89º95.63%64.12%-
HSV(B)295.89º69.72%98.43%-
XYZ55.5930.4894.22-
YUV144.69188195.27-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.23%
GREEN value IS 76 (30.08% from 255) = 13.43%
BLUE value IS 251 (98.44% from 255) = 44.35%
R=42.23%
G=13.43%
B=44.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal239762510.050.7000.02295.8995.6364.12
HexEF4CFB546021286040
Octal357114373510602450140100
Binary11101111100110011111011101100011001010010100011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF4CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF4CFB; }

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

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

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

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

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

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

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

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