#EE64F1

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

Shades of Pink Flamingo #EE64F1

Tints of Pink Flamingo #EE64F1

Color information

#EE64F1 (or 0xEE64F1) is unknown color: approx Pink Flamingo. HEX triplet: EE, 64 and F1. RGB value is (238,100,241). Sum of RGB (Red+Green+Blue) = 238+100+241=579 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.11% from 579); Green value is 100 (39.45% from 255 or 17.27% from 579); Blue value is 241 (94.53% from 255 or 41.62% from 579); Max value from RGB is 241 - color contains mainly: blue. Hex color #EE64F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE64F1 is #119B0E. Grayscale: #9C9C9C. Windows color (decimal): -1153807 or 15820014. OLE color: 15820014.

HSL color Cylindrical-coordinate representation of color #EE64F1: hue angle of 298.72º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EE64F1 is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB238100241-
CMYK0.010.5900.05
HSL298.72º83.43%66.86%-
HSV(B)298.72º58.51%94.51%-
XYZ55.6933.6486.78-
YUV157.34175.22185.54-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.11%
GREEN value IS 100 (39.45% from 255) = 17.27%
BLUE value IS 241 (94.53% from 255) = 41.62%
R=41.11%
G=17.27%
B=41.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2381002410.010.5900.05298.7283.4366.86
HexEE64F113B0512b5343
Octal35614436117305453123103
Binary111011101100100111100011111011010110010101110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE64F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE64F1; }

 p { color: rgb(238,100,241); }

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

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

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

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

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

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

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