#EE5CFF

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

Shades of Pink Flamingo #EE5CFF

Tints of Pink Flamingo #EE5CFF

Color information

#EE5CFF (or 0xEE5CFF) is unknown color: approx Pink Flamingo. HEX triplet: EE, 5C and FF. RGB value is (238,92,255). Sum of RGB (Red+Green+Blue) = 238+92+255=585 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.68% from 585); Green value is 92 (36.33% from 255 or 15.73% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE5CFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE5CFF is #11A300. Grayscale: #999999. Windows color (decimal): -1155841 or 16735470. OLE color: 16735470.

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

Color convert

RGB23892255-
CMYK0.070.6400
HSL293.74º100%68.04%-
HSV(B)293.74º63.92%100%-
XYZ57.1433.0597.98-
YUV154.24184.87187.75-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.68%
GREEN value IS 92 (36.33% from 255) = 15.73%
BLUE value IS 255 (100% from 255) = 43.59%
R=40.68%
G=15.73%
B=43.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal238922550.070.6400293.7410068.04
HexEE5CFF740001266444
Octal356134377710000446144104
Binary1110111010111001111111111110000000010010011011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE5CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE5CFF; }

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

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

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

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

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

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

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

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