#ED45F9

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

Shades of Pink Flamingo #ED45F9

Tints of Pink Flamingo #ED45F9

Color information

#ED45F9 (or 0xED45F9) is unknown color: approx Pink Flamingo. HEX triplet: ED, 45 and F9. RGB value is (237,69,249). Sum of RGB (Red+Green+Blue) = 237+69+249=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 69 (27.34% from 255 or 12.43% from 555); Blue value is 249 (97.66% from 255 or 44.86% from 555); Max value from RGB is 249 - color contains mainly: blue. Hex color #ED45F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED45F9 is #12BA06. Grayscale: #8B8B8B. Windows color (decimal): -1227271 or 16336365. OLE color: 16336365.

HSL color Cylindrical-coordinate representation of color #ED45F9: hue angle of 296º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ED45F9 is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB23769249-
CMYK0.050.7200.02
HSL296º93.75%62.35%-
HSV(B)296º72.29%97.65%-
XYZ54.1529.192.39-
YUV139.75189.66197.36-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.70%
GREEN value IS 69 (27.34% from 255) = 12.43%
BLUE value IS 249 (97.66% from 255) = 44.86%
R=42.70%
G=12.43%
B=44.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal237692490.050.7200.0229693.7562.35
HexED45F9548021285e3e
Octal35510537151100245013676
Binary1110110110001011111100110110010000101001010001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED45F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED45F9; }

 p { color: rgb(237,69,249); }

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

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

 a { background-color: rgb(237,69,249); }

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

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

 span { border-color: rgb(237,69,249); }

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