#ED3EFE

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

Shades of Pink Flamingo #ED3EFE

Tints of Pink Flamingo #ED3EFE

Color information

#ED3EFE (or 0xED3EFE) is unknown color: approx Pink Flamingo. HEX triplet: ED, 3E and FE. RGB value is (237,62,254). Sum of RGB (Red+Green+Blue) = 237+62+254=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 62 (24.61% from 255 or 11.21% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED3EFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED3EFE is #12C101. Grayscale: #878787. Windows color (decimal): -1229058 or 16662253. OLE color: 16662253.

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

Color convert

RGB23762254-
CMYK0.070.7600.00
HSL294.69º98.97%61.96%-
HSV(B)294.69º75.59%99.61%-
XYZ54.5428.6196.41-
YUV136.21194.48199.89-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.86%
GREEN value IS 62 (24.61% from 255) = 11.21%
BLUE value IS 254 (99.61% from 255) = 45.93%
R=42.86%
G=11.21%
B=45.93%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal237622540.070.7600.00294.6998.9761.96
HexED3EFE74C00127633e
Octal3557637671140044714376
Binary11101101111110111111101111001100001001001111100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED3EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED3EFE; }

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

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

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

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

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

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

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

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