Html Css Color HEX #EC49F6 Pink Flamingo

📋 copy color: '#EC49F6'

red 236 ◦ green 73 ◦ blue 246

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

Shades of Pink Flamingo #EC49F6

Tints of Pink Flamingo #EC49F6

RGB

 RED value IS 236 (92.58% from 255) = 42.52%

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

 BLUE value IS 246 (96.48% from 255) = 44.32%

R = 42.52%
G = 13.15%
B = 44.32%

CMYK

 C value IS 0.04

 M value IS 0.70

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EC49F6 (or 0xEC49F6) is known color: Pink Flamingo. HEX triplet: EC, 49 and F6. RGB value is (236,73,246). Sum of RGB (Red+Green+Blue) = 236+73+246=555 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.52% from 555); Green value is 73 (28.91% from 255 or 13.15% from 555); Blue value is 246 (96.48% from 255 or 44.32% from 555); Max value from RGB is 246 - color contains mainly: blue. Hex color #EC49F6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC49F6 is #13B609. Grayscale: #8C8C8C. Windows color (decimal): -1291786 or 16140780. OLE color: 16140780.

HSL color Cylindrical-coordinate representation of color #EC49F6: hue angle of 296.53º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EC49F6 is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 236 73 246 -
CMYK 0.04 0.70 0 0.04
HSL 296.53º 0.91% 0.63% -
HSV(B) 296.53º 0.7% 0.96% -
XYZ 53.61 29.25 90.01 -
YUV 141.46 187 195.43 -
System Red Green Blue C M Y K H S L
Decimal 236 73 246 0.04 0.70 0 0.04 296.53 0.91 0.63
Hex EC 49 F6 4 46 0 4 129 5B 3F
Octal 354 111 366 4 106 0 4 451 133 77
Binary 11101100 1001001 11110110 100 1000110 0 100 100101001 1011011 111111

Color Harmonies of #EC49F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC49F6

Black with #EC49F6

Text Example


Text Example

White with #EC49F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC49F6; }

 p { color: rgb(236,73,246); }

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

background-color css

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

 a { background-color: rgb(236,73,246); }

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

border-color css

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

 span { border-color: rgb(236,73,246); }

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