#ED66FE

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

Shades of Pink Flamingo #ED66FE

Tints of Pink Flamingo #ED66FE

Color information

#ED66FE (or 0xED66FE) is unknown color: approx Pink Flamingo. HEX triplet: ED, 66 and FE. RGB value is (237,102,254). Sum of RGB (Red+Green+Blue) = 237+102+254=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 102 (40.23% from 255 or 17.20% from 593); Blue value is 254 (99.61% from 255 or 42.83% from 593); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED66FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED66FE is #129901. Grayscale: #9F9F9F. Windows color (decimal): -1218818 or 16672493. OLE color: 16672493.

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

Color convert

RGB237102254-
CMYK0.070.6000.00
HSL293.29º98.7%69.8%-
HSV(B)293.29º59.84%99.61%-
XYZ57.5734.6697.42-
YUV159.69181.23183.14-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.97%
GREEN value IS 102 (40.23% from 255) = 17.20%
BLUE value IS 254 (99.61% from 255) = 42.83%
R=39.97%
G=17.20%
B=42.83%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2371022540.070.6000.00293.2998.769.8
HexED66FE73C001256346
Octal35514637677400445143106
Binary111011011100110111111101111111000010010010111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED66FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED66FE; }

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

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

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

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

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

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

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

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