#ee6aff

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

Shades of Pink Flamingo #EE6AFF

Tints of Pink Flamingo #EE6AFF

Color information

#EE6AFF (or 0xEE6AFF) is unknown color: approx Pink Flamingo. HEX triplet: EE, 6A and FF. RGB value is (238,106,255). Sum of RGB (Red+Green+Blue) = 238+106+255=599 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.73% from 599); Green value is 106 (41.80% from 255 or 17.70% from 599); Blue value is 255 (100% from 255 or 42.57% from 599); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE6AFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE6AFF is #119500. Grayscale: #A1A1A1. Windows color (decimal): -1152257 or 16739054. OLE color: 16739054.

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

Color convert

RGB238106255-
CMYK0.070.5800
HSL293.15º100%70.78%-
HSV(B)293.15º58.43%100%-
XYZ58.4635.7198.42-
YUV162.45180.23181.88-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.73%
GREEN value IS 106 (41.80% from 255) = 17.70%
BLUE value IS 255 (100% from 255) = 42.57%
R=39.73%
G=17.70%
B=42.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2381062550.070.5800293.1510070.78
HexEE6AFF73A001256447
Octal35615237777200445144107
Binary111011101101010111111111111110100010010010111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ee6aff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ee6aff; }

 p { color: rgb(238,106,255); }

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

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

 a { background-color: rgb(238,106,255); }

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

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

 span { border-color: rgb(238,106,255); }

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