#EF5BEF

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

Shades of Pink Flamingo #EF5BEF

Tints of Pink Flamingo #EF5BEF

Color information

#EF5BEF (or 0xEF5BEF) is unknown color: approx Pink Flamingo. HEX triplet: EF, 5B and EF. RGB value is (239,91,239). Sum of RGB (Red+Green+Blue) = 239+91+239=569 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.00% from 569); Green value is 91 (35.94% from 255 or 15.99% from 569); Blue value is 239 (93.75% from 255 or 42.00% from 569); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EF5BEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF5BEF is #10A410. Grayscale: #979797. Windows color (decimal): -1090577 or 15686639. OLE color: 15686639.

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

Color convert

RGB23991239-
CMYK00.6200.06
HSL300º82.22%64.71%-
HSV(B)300º61.92%93.73%-
XYZ54.9232.0684.96-
YUV152.12177.03189.97-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.00%
GREEN value IS 91 (35.94% from 255) = 15.99%
BLUE value IS 239 (93.75% from 255) = 42.00%
R=42.00%
G=15.99%
B=42.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2399123900.6200.0630082.2264.71
HexEF5BEF03E0612c5241
Octal35713335707606454122101
Binary111011111011011111011110111110011010010110010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5BEF; }

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

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

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

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

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

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

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

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