#EF6AFA

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

Shades of Pink Flamingo #EF6AFA

Tints of Pink Flamingo #EF6AFA

Color information

#EF6AFA (or 0xEF6AFA) is unknown color: approx Pink Flamingo. HEX triplet: EF, 6A and FA. RGB value is (239,106,250). Sum of RGB (Red+Green+Blue) = 239+106+250=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 106 (41.80% from 255 or 17.82% from 595); Blue value is 250 (98.05% from 255 or 42.02% from 595); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF6AFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF6AFA is #109505. Grayscale: #A1A1A1. Windows color (decimal): -1086726 or 16411375. OLE color: 16411375.

HSL color Cylindrical-coordinate representation of color #EF6AFA: hue angle of 295.42º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF6AFA is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB239106250-
CMYK0.040.5800.02
HSL295.42º93.51%69.8%-
HSV(B)295.42º57.6%98.04%-
XYZ58.0135.5694.25-
YUV162.18177.56182.79-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.17%
GREEN value IS 106 (41.80% from 255) = 17.82%
BLUE value IS 250 (98.05% from 255) = 42.02%
R=40.17%
G=17.82%
B=42.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2391062500.040.5800.02295.4293.5169.8
HexEF6AFA43A021275e46
Octal35715237247202447136106
Binary1110111111010101111101010011101001010010011110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF6AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF6AFA; }

 p { color: rgb(239,106,250); }

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

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

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

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

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

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

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