#EF66FF

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

Shades of Pink Flamingo #EF66FF

Tints of Pink Flamingo #EF66FF

Color information

#EF66FF (or 0xEF66FF) is unknown color: approx Pink Flamingo. HEX triplet: EF, 66 and FF. RGB value is (239,102,255). Sum of RGB (Red+Green+Blue) = 239+102+255=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 102 (40.23% from 255 or 17.11% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF66FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF66FF is #109900. Grayscale: #9F9F9F. Windows color (decimal): -1087745 or 16738031. OLE color: 16738031.

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

Color convert

RGB239102255-
CMYK0.060.600
HSL293.73º100%70%-
HSV(B)293.73º60%100%-
XYZ58.435.0798.3-
YUV160.4181.39184.06-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.10%
GREEN value IS 102 (40.23% from 255) = 17.11%
BLUE value IS 255 (100% from 255) = 42.79%
R=40.10%
G=17.11%
B=42.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2391022550.060.600293.7310070
HexEF66FF63C001266446
Octal35714637767400446144106
Binary111011111100110111111111101111000010010011011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF66FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF66FF; }

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

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

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

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

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

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

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

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