#ED6AF3

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

Shades of Pink Flamingo #ED6AF3

Tints of Pink Flamingo #ED6AF3

Color information

#ED6AF3 (or 0xED6AF3) is unknown color: approx Pink Flamingo. HEX triplet: ED, 6A and F3. RGB value is (237,106,243). Sum of RGB (Red+Green+Blue) = 237+106+243=586 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.44% from 586); Green value is 106 (41.80% from 255 or 18.09% from 586); Blue value is 243 (95.31% from 255 or 41.47% from 586); Max value from RGB is 243 - color contains mainly: blue. Hex color #ED6AF3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED6AF3 is #12950C. Grayscale: #A0A0A0. Windows color (decimal): -1217805 or 15952621. OLE color: 15952621.

HSL color Cylindrical-coordinate representation of color #ED6AF3: hue angle of 297.37º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ED6AF3 is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB237106243-
CMYK0.020.5600.05
HSL297.37º85.09%68.43%-
HSV(B)297.37º56.38%95.29%-
XYZ56.2634.7888.54-
YUV160.79174.4182.36-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.44%
GREEN value IS 106 (41.80% from 255) = 18.09%
BLUE value IS 243 (95.31% from 255) = 41.47%
R=40.44%
G=18.09%
B=41.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2371062430.020.5600.05297.3785.0968.43
HexED6AF3238051295544
Octal35515236327005451125104
Binary1110110111010101111001110111000010110010100110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6AF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED6AF3; }

 p { color: rgb(237,106,243); }

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

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

 a { background-color: rgb(237,106,243); }

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

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

 span { border-color: rgb(237,106,243); }

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