#ED46FE

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

Shades of Pink Flamingo #ED46FE

Tints of Pink Flamingo #ED46FE

Color information

#ED46FE (or 0xED46FE) is unknown color: approx Pink Flamingo. HEX triplet: ED, 46 and FE. RGB value is (237,70,254). Sum of RGB (Red+Green+Blue) = 237+70+254=561 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.25% from 561); Green value is 70 (27.73% from 255 or 12.48% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED46FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED46FE is #12B901. Grayscale: #8C8C8C. Windows color (decimal): -1227010 or 16664301. OLE color: 16664301.

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

Color convert

RGB23770254-
CMYK0.070.7200.00
HSL294.46º98.92%63.53%-
HSV(B)294.46º72.44%99.61%-
XYZ5529.5496.57-
YUV140.91191.83196.54-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.25%
GREEN value IS 70 (27.73% from 255) = 12.48%
BLUE value IS 254 (99.61% from 255) = 45.28%
R=42.25%
G=12.48%
B=45.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal237702540.070.7200.00294.4698.9263.53
HexED46FE748001266340
Octal355106376711000446143100
Binary1110110110001101111111011110010000010010011011000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED46FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED46FE; }

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

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

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

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

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

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

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

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