#ED66FF

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

Shades of Pink Flamingo #ED66FF

Tints of Pink Flamingo #ED66FF

Color information

#ED66FF (or 0xED66FF) is unknown color: approx Pink Flamingo. HEX triplet: ED, 66 and FF. RGB value is (237,102,255). Sum of RGB (Red+Green+Blue) = 237+102+255=594 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.90% from 594); Green value is 102 (40.23% from 255 or 17.17% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED66FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED66FF is #129900. Grayscale: #9F9F9F. Windows color (decimal): -1218817 or 16738029. OLE color: 16738029.

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

Color convert

RGB237102255-
CMYK0.070.600
HSL292.94º100%70%-
HSV(B)292.94º60%100%-
XYZ57.7334.7398.27-
YUV159.81181.73183.06-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.90%
GREEN value IS 102 (40.23% from 255) = 17.17%
BLUE value IS 255 (100% from 255) = 42.93%
R=39.90%
G=17.17%
B=42.93%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2371022550.070.600292.9410070
HexED66FF73C001256446
Octal35514637777400445144106
Binary111011011100110111111111111111000010010010111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED66FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED66FF; }

 p { color: rgb(237,102,255); }

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

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

 a { background-color: rgb(237,102,255); }

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

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

 span { border-color: rgb(237,102,255); }

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