Html Css Color HEX #EC56F6 Pink Flamingo

📋 copy color: '#EC56F6'

red 236 ◦ green 86 ◦ blue 246

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

Shades of Pink Flamingo #EC56F6

Tints of Pink Flamingo #EC56F6

RGB

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

 GREEN value IS 86 (33.98% from 255) = 15.14%

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

R = 41.55%
G = 15.14%
B = 43.31%

CMYK

 C value IS 0.04

 M value IS 0.65

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EC56F6 (or 0xEC56F6) is known color: Pink Flamingo. HEX triplet: EC, 56 and F6. RGB value is (236,86,246). Sum of RGB (Red+Green+Blue) = 236+86+246=568 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.55% from 568); Green value is 86 (33.98% from 255 or 15.14% from 568); Blue value is 246 (96.48% from 255 or 43.31% from 568); Max value from RGB is 246 - color contains mainly: blue. Hex color #EC56F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC56F6 is #13A909. Grayscale: #949494. Windows color (decimal): -1288458 or 16144108. OLE color: 16144108.

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

Color convert

RGB 236 86 246 -
CMYK 0.04 0.65 0 0.04
HSL 296.25º 0.9% 0.65% -
HSV(B) 296.25º 0.65% 0.96% -
XYZ 54.55 31.14 90.32 -
YUV 149.09 182.7 189.99 -
System Red Green Blue C M Y K H S L
Decimal 236 86 246 0.04 0.65 0 0.04 296.25 0.9 0.65
Hex EC 56 F6 4 41 0 4 128 5A 41
Octal 354 126 366 4 101 0 4 450 132 101
Binary 11101100 1010110 11110110 100 1000001 0 100 100101000 1011010 1000001

Color Harmonies of #EC56F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC56F6

Black with #EC56F6

Text Example


Text Example

White with #EC56F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC56F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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