#ED3FFF

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

Shades of Pink Flamingo #ED3FFF

Tints of Pink Flamingo #ED3FFF

Color information

#ED3FFF (or 0xED3FFF) is unknown color: approx Pink Flamingo. HEX triplet: ED, 3F and FF. RGB value is (237,63,255). Sum of RGB (Red+Green+Blue) = 237+63+255=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 63 (25% from 255 or 11.35% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED3FFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED3FFF is #12C000. Grayscale: #888888. Windows color (decimal): -1228801 or 16728045. OLE color: 16728045.

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

Color convert

RGB23763255-
CMYK0.070.7500
HSL294.38º100%62.35%-
HSV(B)294.38º75.29%100%-
XYZ54.7528.7897.28-
YUV136.91194.65199.39-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.70%
GREEN value IS 63 (25% from 255) = 11.35%
BLUE value IS 255 (100% from 255) = 45.95%
R=42.70%
G=11.35%
B=45.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal237632550.070.7500294.3810062.35
HexED3FFF74B00126643e
Octal3557737771130044614476
Binary11101101111111111111111111001011001001001101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED3FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED3FFF; }

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

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

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

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

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

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

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

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