#EE64FD

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

Shades of Pink Flamingo #EE64FD

Tints of Pink Flamingo #EE64FD

Color information

#EE64FD (or 0xEE64FD) is unknown color: approx Pink Flamingo. HEX triplet: EE, 64 and FD. RGB value is (238,100,253). Sum of RGB (Red+Green+Blue) = 238+100+253=591 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.27% from 591); Green value is 100 (39.45% from 255 or 16.92% from 591); Blue value is 253 (99.22% from 255 or 42.81% from 591); Max value from RGB is 253 - color contains mainly: blue. Hex color #EE64FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE64FD is #119B02. Grayscale: #9E9E9E. Windows color (decimal): -1153795 or 16606446. OLE color: 16606446.

HSL color Cylindrical-coordinate representation of color #EE64FD: hue angle of 294.12º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EE64FD is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB238100253-
CMYK0.060.6000.01
HSL294.12º97.45%69.22%-
HSV(B)294.12º60.47%99.22%-
XYZ57.5534.3896.53-
YUV158.7181.22184.56-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.27%
GREEN value IS 100 (39.45% from 255) = 16.92%
BLUE value IS 253 (99.22% from 255) = 42.81%
R=40.27%
G=16.92%
B=42.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2381002530.060.6000.01294.1297.4569.22
HexEE64FD63C011266145
Octal35614437567401446141105
Binary111011101100100111111011101111000110010011011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE64FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE64FD; }

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

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

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

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

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

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

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

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