#EF4DFF

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

Shades of Pink Flamingo #EF4DFF

Tints of Pink Flamingo #EF4DFF

Color information

#EF4DFF (or 0xEF4DFF) is unknown color: approx Pink Flamingo. HEX triplet: EF, 4D and FF. RGB value is (239,77,255). Sum of RGB (Red+Green+Blue) = 239+77+255=571 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.86% from 571); Green value is 77 (30.47% from 255 or 13.49% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF4DFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF4DFF is #10B200. Grayscale: #919191. Windows color (decimal): -1094145 or 16731631. OLE color: 16731631.

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

Color convert

RGB23977255-
CMYK0.060.7000
HSL294.61º100%65.1%-
HSV(B)294.61º69.8%100%-
XYZ56.330.8897.6-
YUV145.73189.67194.53-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.86%
GREEN value IS 77 (30.47% from 255) = 13.49%
BLUE value IS 255 (100% from 255) = 44.66%
R=41.86%
G=13.49%
B=44.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal239772550.060.7000294.6110065.1
HexEF4DFF646001276441
Octal357115377610600447144101
Binary1110111110011011111111111010001100010010011111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF4DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF4DFF; }

 p { color: rgb(239,77,255); }

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

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

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

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

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

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

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