#ee69ff

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

Shades of Pink Flamingo #EE69FF

Tints of Pink Flamingo #EE69FF

Color information

#EE69FF (or 0xEE69FF) is unknown color: approx Pink Flamingo. HEX triplet: EE, 69 and FF. RGB value is (238,105,255). Sum of RGB (Red+Green+Blue) = 238+105+255=598 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.80% from 598); Green value is 105 (41.41% from 255 or 17.56% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE69FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE69FF is #119600. Grayscale: #A1A1A1. Windows color (decimal): -1152513 or 16738798. OLE color: 16738798.

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

Color convert

RGB238105255-
CMYK0.070.5900
HSL293.2º100%70.59%-
HSV(B)293.2º58.82%100%-
XYZ58.3635.598.38-
YUV161.87180.56182.3-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.80%
GREEN value IS 105 (41.41% from 255) = 17.56%
BLUE value IS 255 (100% from 255) = 42.64%
R=39.80%
G=17.56%
B=42.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2381052550.070.5900293.210070.59
HexEE69FF73B001256447
Octal35615137777300445144107
Binary111011101101001111111111111110110010010010111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ee69ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ee69ff; }

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

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

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

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

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

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

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

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