Html Css Color HEX #ED49FC Pink Flamingo

📋 copy color: '#ED49FC'

red 237 ◦ green 73 ◦ blue 252

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

Shades of Pink Flamingo #ED49FC

Tints of Pink Flamingo #ED49FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 44.84%

R = 42.17%
G = 12.99%
B = 44.84%

CMYK

 C value IS 0.06

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ED49FC (or 0xED49FC) is known color: Pink Flamingo. HEX triplet: ED, 49 and FC. RGB value is (237,73,252). Sum of RGB (Red+Green+Blue) = 237+73+252=562 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.17% from 562); Green value is 73 (28.91% from 255 or 12.99% from 562); Blue value is 252 (98.83% from 255 or 44.84% from 562); Max value from RGB is 252 - color contains mainly: blue. Hex color #ED49FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED49FC is #12B603. Grayscale: #8D8D8D. Windows color (decimal): -1226244 or 16533997. OLE color: 16533997.

HSL color Cylindrical-coordinate representation of color #ED49FC: hue angle of 294.97º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ED49FC is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 73 252 -
CMYK 0.06 0.71 0 0.01
HSL 294.97º 0.97% 0.64% -
HSV(B) 294.97º 0.71% 0.99% -
XYZ 54.88 29.8 94.95 -
YUV 142.44 189.83 195.45 -
System Red Green Blue C M Y K H S L
Decimal 237 73 252 0.06 0.71 0 0.01 294.97 0.97 0.64
Hex ED 49 FC 6 47 0 1 127 61 40
Octal 355 111 374 6 107 0 1 447 141 100
Binary 11101101 1001001 11111100 110 1000111 0 1 100100111 1100001 1000000

Color Harmonies of #ED49FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED49FC

Black with #ED49FC

Text Example


Text Example

White with #ED49FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED49FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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