#EF69F4

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

Shades of Pink Flamingo #EF69F4

Tints of Pink Flamingo #EF69F4

Color information

#EF69F4 (or 0xEF69F4) is unknown color: approx Pink Flamingo. HEX triplet: EF, 69 and F4. RGB value is (239,105,244). Sum of RGB (Red+Green+Blue) = 239+105+244=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 105 (41.41% from 255 or 17.86% from 588); Blue value is 244 (95.70% from 255 or 41.50% from 588); Max value from RGB is 244 - color contains mainly: blue. Hex color #EF69F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF69F4 is #10960B. Grayscale: #A0A0A0. Windows color (decimal): -1086988 or 16017903. OLE color: 16017903.

HSL color Cylindrical-coordinate representation of color #EF69F4: hue angle of 297.84º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EF69F4 is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB239105244-
CMYK0.020.5700.04
HSL297.84º86.34%68.43%-
HSV(B)297.84º56.97%95.69%-
XYZ56.9834.9989.34-
YUV160.91174.89183.7-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.65%
GREEN value IS 105 (41.41% from 255) = 17.86%
BLUE value IS 244 (95.70% from 255) = 41.50%
R=40.65%
G=17.86%
B=41.50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2391052440.020.5700.04297.8486.3468.43
HexEF69F42390412a5644
Octal35715136427104452126104
Binary1110111111010011111010010111001010010010101010101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF69F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF69F4; }

 p { color: rgb(239,105,244); }

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

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

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

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

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

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

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