Html Css Color HEX #EC49FD Pink Flamingo

📋 copy color: '#EC49FD'

red 236 ◦ green 73 ◦ blue 253

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

Shades of Pink Flamingo #EC49FD

Tints of Pink Flamingo #EC49FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.02%

R = 41.99%
G = 12.99%
B = 45.02%

CMYK

 C value IS 0.07

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC49FD (or 0xEC49FD) is known color: Pink Flamingo. HEX triplet: EC, 49 and FD. RGB value is (236,73,253). Sum of RGB (Red+Green+Blue) = 236+73+253=562 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.99% from 562); Green value is 73 (28.91% from 255 or 12.99% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC49FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC49FD is #13B602. Grayscale: #8D8D8D. Windows color (decimal): -1291779 or 16599532. OLE color: 16599532.

HSL color Cylindrical-coordinate representation of color #EC49FD: hue angle of 294.33º degrees, saturation: 0.98, 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 #EC49FD is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 236 73 253 -
CMYK 0.07 0.71 0 0.01
HSL 294.33º 0.98% 0.64% -
HSV(B) 294.33º 0.71% 0.99% -
XYZ 54.7 29.69 95.78 -
YUV 142.26 190.5 194.86 -
System Red Green Blue C M Y K H S L
Decimal 236 73 253 0.07 0.71 0 0.01 294.33 0.98 0.64
Hex EC 49 FD 7 47 0 1 126 62 40
Octal 354 111 375 7 107 0 1 446 142 100
Binary 11101100 1001001 11111101 111 1000111 0 1 100100110 1100010 1000000

Color Harmonies of #EC49FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC49FD

Black with #EC49FD

Text Example


Text Example

White with #EC49FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC49FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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