#ED40FF

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

Shades of Pink Flamingo #ED40FF

Tints of Pink Flamingo #ED40FF

Color information

#ED40FF (or 0xED40FF) is unknown color: approx Pink Flamingo. HEX triplet: ED, 40 and FF. RGB value is (237,64,255). Sum of RGB (Red+Green+Blue) = 237+64+255=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 64 (25.39% from 255 or 11.51% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED40FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED40FF is #12BF00. Grayscale: #888888. Windows color (decimal): -1228545 or 16728301. OLE color: 16728301.

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

Color convert

RGB23764255-
CMYK0.070.7500
HSL294.35º100%62.55%-
HSV(B)294.35º74.9%100%-
XYZ54.8128.8997.3-
YUV137.5194.31198.97-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.63%
GREEN value IS 64 (25.39% from 255) = 11.51%
BLUE value IS 255 (100% from 255) = 45.86%
R=42.63%
G=11.51%
B=45.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal237642550.070.7500294.3510062.55
HexED40FF74B00126643f
Octal35510037771130044614477
Binary111011011000000111111111111001011001001001101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED40FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED40FF; }

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

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

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

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

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

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

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

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