#EE65EE

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

Shades of Pink Flamingo #EE65EE

Tints of Pink Flamingo #EE65EE

Color information

#EE65EE (or 0xEE65EE) is unknown color: approx Pink Flamingo. HEX triplet: EE, 65 and EE. RGB value is (238,101,238). Sum of RGB (Red+Green+Blue) = 238+101+238=577 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.25% from 577); Green value is 101 (39.84% from 255 or 17.50% from 577); Blue value is 238 (93.36% from 255 or 41.25% from 577); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EE65EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE65EE is #119A11. Grayscale: #9D9D9D. Windows color (decimal): -1153554 or 15623662. OLE color: 15623662.

HSL color Cylindrical-coordinate representation of color #EE65EE: hue angle of 300º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EE65EE is Cyan = 0, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB238101238-
CMYK00.5800.07
HSL300º80.12%66.47%-
HSV(B)300º57.56%93.33%-
XYZ55.3533.6684.47-
YUV157.58173.39185.36-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.25%
GREEN value IS 101 (39.84% from 255) = 17.50%
BLUE value IS 238 (93.36% from 255) = 41.25%
R=41.25%
G=17.50%
B=41.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23810123800.5800.0730080.1266.47
HexEE65EE03A0712c5042
Octal35614535607207454120102
Binary111011101100101111011100111010011110010110010100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE65EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE65EE; }

 p { color: rgb(238,101,238); }

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

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

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

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

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

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

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