#EE60FF

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

Shades of Pink Flamingo #EE60FF

Tints of Pink Flamingo #EE60FF

Color information

#EE60FF (or 0xEE60FF) is unknown color: approx Pink Flamingo. HEX triplet: EE, 60 and FF. RGB value is (238,96,255). Sum of RGB (Red+Green+Blue) = 238+96+255=589 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.41% from 589); Green value is 96 (37.89% from 255 or 16.30% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE60FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE60FF is #119F00. Grayscale: #9C9C9C. Windows color (decimal): -1154817 or 16736494. OLE color: 16736494.

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

Color convert

RGB23896255-
CMYK0.070.6200
HSL293.58º100%68.82%-
HSV(B)293.58º62.35%100%-
XYZ57.4933.7698.09-
YUV156.58183.54186.07-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.41%
GREEN value IS 96 (37.89% from 255) = 16.30%
BLUE value IS 255 (100% from 255) = 43.29%
R=40.41%
G=16.30%
B=43.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal238962550.070.6200293.5810068.82
HexEE60FF73E001266445
Octal35614037777600446144105
Binary111011101100000111111111111111100010010011011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE60FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE60FF; }

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

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

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

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

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

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

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

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