Html Css Color HEX #EC49FF Pink Flamingo

📋 copy color: '#EC49FF'

red 236 ◦ green 73 ◦ blue 255

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

Shades of Pink Flamingo #EC49FF

Tints of Pink Flamingo #EC49FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.21%

R = 41.84%
G = 12.94%
B = 45.21%

CMYK

 C value IS 0.07

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EC49FF (or 0xEC49FF) is known color: Pink Flamingo. HEX triplet: EC, 49 and FF. RGB value is (236,73,255). Sum of RGB (Red+Green+Blue) = 236+73+255=564 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.84% from 564); Green value is 73 (28.91% from 255 or 12.94% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC49FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC49FF is #13B600. Grayscale: #8D8D8D. Windows color (decimal): -1291777 or 16730604. OLE color: 16730604.

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

Color convert

RGB 236 73 255 -
CMYK 0.07 0.71 0 0
HSL 293.74º 1% 0.64% -
HSV(B) 293.74º 0.71% 1% -
XYZ 55.02 29.82 97.46 -
YUV 142.49 191.5 194.7 -
System Red Green Blue C M Y K H S L
Decimal 236 73 255 0.07 0.71 0 0 293.74 1 0.64
Hex EC 49 FF 7 47 0 0 126 64 40
Octal 354 111 377 7 107 0 0 446 144 100
Binary 11101100 1001001 11111111 111 1000111 0 0 100100110 1100100 1000000

Color Harmonies of #EC49FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC49FF

Black with #EC49FF

Text Example


Text Example

White with #EC49FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC49FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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