#ED68FA

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

Shades of Pink Flamingo #ED68FA

Tints of Pink Flamingo #ED68FA

Color information

#ED68FA (or 0xED68FA) is unknown color: approx Pink Flamingo. HEX triplet: ED, 68 and FA. RGB value is (237,104,250). Sum of RGB (Red+Green+Blue) = 237+104+250=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 104 (41.02% from 255 or 17.60% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED68FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED68FA is #129705. Grayscale: #9F9F9F. Windows color (decimal): -1218310 or 16410861. OLE color: 16410861.

HSL color Cylindrical-coordinate representation of color #ED68FA: hue angle of 294.66º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ED68FA is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB237104250-
CMYK0.050.5800.02
HSL294.66º93.59%69.41%-
HSV(B)294.66º58.4%98.04%-
XYZ57.1334.8194.15-
YUV160.41178.56182.63-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.10%
GREEN value IS 104 (41.02% from 255) = 17.60%
BLUE value IS 250 (98.05% from 255) = 42.30%
R=40.10%
G=17.60%
B=42.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2371042500.050.5800.02294.6693.5969.41
HexED68FA53A021275e45
Octal35515037257202447136105
Binary1110110111010001111101010111101001010010011110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED68FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED68FA; }

 p { color: rgb(237,104,250); }

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

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

 a { background-color: rgb(237,104,250); }

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

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

 span { border-color: rgb(237,104,250); }

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