Html Css Color HEX #EC56FC Pink Flamingo

📋 copy color: '#EC56FC'

red 236 ◦ green 86 ◦ blue 252

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

Shades of Pink Flamingo #EC56FC

Tints of Pink Flamingo #EC56FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43.9%

R = 41.11%
G = 14.98%
B = 43.9%

CMYK

 C value IS 0.06

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC56FC (or 0xEC56FC) is known color: Pink Flamingo. HEX triplet: EC, 56 and FC. RGB value is (236,86,252). Sum of RGB (Red+Green+Blue) = 236+86+252=574 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.11% from 574); Green value is 86 (33.98% from 255 or 14.98% from 574); Blue value is 252 (98.83% from 255 or 43.90% from 574); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC56FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC56FC is #13A903. Grayscale: #959595. Windows color (decimal): -1288452 or 16537324. OLE color: 16537324.

HSL color Cylindrical-coordinate representation of color #EC56FC: hue angle of 294.22º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC56FC is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 236 86 252 -
CMYK 0.06 0.66 0 0.01
HSL 294.22º 0.97% 0.66% -
HSV(B) 294.22º 0.66% 0.99% -
XYZ 55.49 31.52 95.25 -
YUV 149.77 185.7 189.5 -
System Red Green Blue C M Y K H S L
Decimal 236 86 252 0.06 0.66 0 0.01 294.22 0.97 0.66
Hex EC 56 FC 6 42 0 1 126 61 42
Octal 354 126 374 6 102 0 1 446 141 102
Binary 11101100 1010110 11111100 110 1000010 0 1 100100110 1100001 1000010

Color Harmonies of #EC56FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC56FC

Black with #EC56FC

Text Example


Text Example

White with #EC56FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC56FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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