#EE5FEE

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

Shades of Pink Flamingo #EE5FEE

Tints of Pink Flamingo #EE5FEE

Color information

#EE5FEE (or 0xEE5FEE) is unknown color: approx Pink Flamingo. HEX triplet: EE, 5F and EE. RGB value is (238,95,238). Sum of RGB (Red+Green+Blue) = 238+95+238=571 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.68% from 571); Green value is 95 (37.5% from 255 or 16.64% from 571); Blue value is 238 (93.36% from 255 or 41.68% from 571); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EE5FEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE5FEE is #11A011. Grayscale: #999999. Windows color (decimal): -1155090 or 15622126. OLE color: 15622126.

HSL color Cylindrical-coordinate representation of color #EE5FEE: hue angle of 300º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EE5FEE is Cyan = 0, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB23895238-
CMYK00.6000.07
HSL300º80.79%65.29%-
HSV(B)300º60.08%93.33%-
XYZ54.7832.5384.28-
YUV154.06175.38187.87-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.68%
GREEN value IS 95 (37.5% from 255) = 16.64%
BLUE value IS 238 (93.36% from 255) = 41.68%
R=41.68%
G=16.64%
B=41.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2389523800.6000.0730080.7965.29
HexEE5FEE03C0712c5141
Octal35613735607407454121101
Binary111011101011111111011100111100011110010110010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE5FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE5FEE; }

 p { color: rgb(238,95,238); }

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

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

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

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

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

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

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