#EE66FD

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

Shades of Pink Flamingo #EE66FD

Tints of Pink Flamingo #EE66FD

Color information

#EE66FD (or 0xEE66FD) is unknown color: approx Pink Flamingo. HEX triplet: EE, 66 and FD. RGB value is (238,102,253). Sum of RGB (Red+Green+Blue) = 238+102+253=593 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.13% from 593); Green value is 102 (40.23% from 255 or 17.20% from 593); Blue value is 253 (99.22% from 255 or 42.66% from 593); Max value from RGB is 253 - color contains mainly: blue. Hex color #EE66FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE66FD is #119902. Grayscale: #9F9F9F. Windows color (decimal): -1153283 or 16606958. OLE color: 16606958.

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

Color convert

RGB238102253-
CMYK0.060.6000.01
HSL294.04º97.42%69.61%-
HSV(B)294.04º59.68%99.22%-
XYZ57.7434.7796.6-
YUV159.88180.56183.72-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.13%
GREEN value IS 102 (40.23% from 255) = 17.20%
BLUE value IS 253 (99.22% from 255) = 42.66%
R=40.13%
G=17.20%
B=42.66%

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
Decimal2381022530.060.6000.01294.0497.4269.61
HexEE66FD63C011266146
Octal35614637567401446141106
Binary111011101100110111111011101111000110010011011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE66FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE66FD; }

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

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

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

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

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

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

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

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