#EF41FF

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

Shades of Pink Flamingo #EF41FF

Tints of Pink Flamingo #EF41FF

Color information

#EF41FF (or 0xEF41FF) is unknown color: approx Pink Flamingo. HEX triplet: EF, 41 and FF. RGB value is (239,65,255). Sum of RGB (Red+Green+Blue) = 239+65+255=559 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.75% from 559); Green value is 65 (25.78% from 255 or 11.63% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF41FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF41FF is #10BE00. Grayscale: #8A8A8A. Windows color (decimal): -1097217 or 16728559. OLE color: 16728559.

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

Color convert

RGB23965255-
CMYK0.060.7500
HSL294.95º100%62.75%-
HSV(B)294.95º74.51%100%-
XYZ55.5429.3597.35-
YUV138.69193.65199.55-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.75%
GREEN value IS 65 (25.78% from 255) = 11.63%
BLUE value IS 255 (100% from 255) = 45.62%
R=42.75%
G=11.63%
B=45.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal239652550.060.7500294.9510062.75
HexEF41FF64B00127643f
Octal35710137761130044714477
Binary111011111000001111111111101001011001001001111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF41FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF41FF; }

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

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

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

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

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

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

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

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