#EE5DFE

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

Shades of Pink Flamingo #EE5DFE

Tints of Pink Flamingo #EE5DFE

Color information

#EE5DFE (or 0xEE5DFE) is unknown color: approx Pink Flamingo. HEX triplet: EE, 5D and FE. RGB value is (238,93,254). Sum of RGB (Red+Green+Blue) = 238+93+254=585 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.68% from 585); Green value is 93 (36.72% from 255 or 15.90% from 585); Blue value is 254 (99.61% from 255 or 43.42% from 585); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE5DFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE5DFE is #11A201. Grayscale: #9A9A9A. Windows color (decimal): -1155586 or 16670190. OLE color: 16670190.

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

Color convert

RGB23893254-
CMYK0.060.6300.00
HSL294.04º98.77%68.04%-
HSV(B)294.04º63.39%99.61%-
XYZ57.0633.1697.16-
YUV154.71184.04187.41-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.68%
GREEN value IS 93 (36.72% from 255) = 15.90%
BLUE value IS 254 (99.61% from 255) = 43.42%
R=40.68%
G=15.90%
B=43.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal238932540.060.6300.00294.0498.7768.04
HexEE5DFE63F001266344
Octal35613537667700446143104
Binary111011101011101111111101101111110010010011011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE5DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE5DFE; }

 p { color: rgb(238,93,254); }

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

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

 a { background-color: rgb(238,93,254); }

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

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

 span { border-color: rgb(238,93,254); }

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