#EF61FA

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

Shades of Pink Flamingo #EF61FA

Tints of Pink Flamingo #EF61FA

Color information

#EF61FA (or 0xEF61FA) is unknown color: approx Pink Flamingo. HEX triplet: EF, 61 and FA. RGB value is (239,97,250). Sum of RGB (Red+Green+Blue) = 239+97+250=586 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.78% from 586); Green value is 97 (38.28% from 255 or 16.55% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF61FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF61FA is #109E05. Grayscale: #9C9C9C. Windows color (decimal): -1089030 or 16409071. OLE color: 16409071.

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

Color convert

RGB23997250-
CMYK0.040.6100.02
HSL295.69º93.87%68.04%-
HSV(B)295.69º61.2%98.04%-
XYZ57.1333.893.96-
YUV156.9180.54186.56-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.78%
GREEN value IS 97 (38.28% from 255) = 16.55%
BLUE value IS 250 (98.05% from 255) = 42.66%
R=40.78%
G=16.55%
B=42.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal239972500.040.6100.02295.6993.8768.04
HexEF61FA43D021285e44
Octal35714137247502450136104
Binary1110111111000011111101010011110101010010100010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF61FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF61FA; }

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

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

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

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

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

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

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

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