Html Css Color HEX #EC49F5 Pink Flamingo

📋 copy color: '#EC49F5'

red 236 ◦ green 73 ◦ blue 245

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

Shades of Pink Flamingo #EC49F5

Tints of Pink Flamingo #EC49F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 44.22%

R = 42.6%
G = 13.18%
B = 44.22%

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

#EC49F5 (or 0xEC49F5) is known color: Pink Flamingo. HEX triplet: EC, 49 and F5. RGB value is (236,73,245). Sum of RGB (Red+Green+Blue) = 236+73+245=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 73 (28.91% from 255 or 13.18% from 554); Blue value is 245 (96.09% from 255 or 44.22% from 554); Max value from RGB is 245 - color contains mainly: blue. Hex color #EC49F5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC49F5 is #13B60A. Grayscale: #8C8C8C. Windows color (decimal): -1291787 or 16075244. OLE color: 16075244.

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

Color convert

RGB 236 73 245 -
CMYK 0.04 0.70 0 0.04
HSL 296.86º 0.9% 0.62% -
HSV(B) 296.86º 0.7% 0.96% -
XYZ 53.46 29.19 89.2 -
YUV 141.35 186.5 195.51 -
System Red Green Blue C M Y K H S L
Decimal 236 73 245 0.04 0.70 0 0.04 296.86 0.9 0.62
Hex EC 49 F5 4 46 0 4 129 5A 3E
Octal 354 111 365 4 106 0 4 451 132 76
Binary 11101100 1001001 11110101 100 1000110 0 100 100101001 1011010 111110

Color Harmonies of #EC49F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC49F5

Black with #EC49F5

Text Example


Text Example

White with #EC49F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC49F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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