Html Css Color HEX #ED49F9 Pink Flamingo

📋 copy color: '#ED49F9'

red 237 ◦ green 73 ◦ blue 249

#ED49F9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pink Flamingo #ED49F9

Tints of Pink Flamingo #ED49F9

RGB

 RED value IS 237 (92.97% from 255) = 42.4%

 GREEN value IS 73 (28.91% from 255) = 13.06%

 BLUE value IS 249 (97.66% from 255) = 44.54%

R = 42.4%
G = 13.06%
B = 44.54%

CMYK

 C value IS 0.05

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED49F9 (or 0xED49F9) is known color: Pink Flamingo. HEX triplet: ED, 49 and F9. RGB value is (237,73,249). Sum of RGB (Red+Green+Blue) = 237+73+249=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 73 (28.91% from 255 or 13.06% from 559); Blue value is 249 (97.66% from 255 or 44.54% from 559); Max value from RGB is 249 - color contains mainly: blue. Hex color #ED49F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED49F9 is #12B606. Grayscale: #8D8D8D. Windows color (decimal): -1226247 or 16337389. OLE color: 16337389.

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

Color convert

RGB 237 73 249 -
CMYK 0.05 0.71 0 0.02
HSL 295.91º 0.94% 0.63% -
HSV(B) 295.91º 0.71% 0.98% -
XYZ 54.41 29.61 92.47 -
YUV 142.1 188.33 195.69 -
System Red Green Blue C M Y K H S L
Decimal 237 73 249 0.05 0.71 0 0.02 295.91 0.94 0.63
Hex ED 49 F9 5 47 0 2 128 5E 3F
Octal 355 111 371 5 107 0 2 450 136 77
Binary 11101101 1001001 11111001 101 1000111 0 10 100101000 1011110 111111

Color Harmonies of #ED49F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED49F9

Black with #ED49F9

Text Example


Text Example

White with #ED49F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED49F9; }

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

 H1.HeaderClassName
 {
   color: #ED49F9;
 }
 .AnyTagClassName
 {
   color: #ED49F9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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