Html Css Color HEX #EC56FF Pink Flamingo

📋 copy color: '#EC56FF'

red 236 ◦ green 86 ◦ blue 255

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

Shades of Pink Flamingo #EC56FF

Tints of Pink Flamingo #EC56FF

RGB

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

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

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

R = 40.9%
G = 14.9%
B = 44.19%

CMYK

 C value IS 0.07

 M value IS 0.66

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EC56FF (or 0xEC56FF) is known color: Pink Flamingo. HEX triplet: EC, 56 and FF. RGB value is (236,86,255). Sum of RGB (Red+Green+Blue) = 236+86+255=577 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.90% from 577); Green value is 86 (33.98% from 255 or 14.90% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC56FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC56FF is #13A900. Grayscale: #959595. Windows color (decimal): -1288449 or 16733932. OLE color: 16733932.

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

Color convert

RGB 236 86 255 -
CMYK 0.07 0.66 0 0
HSL 293.25º 1% 0.67% -
HSV(B) 293.25º 0.66% 1% -
XYZ 55.97 31.71 97.78 -
YUV 150.12 187.2 189.26 -
System Red Green Blue C M Y K H S L
Decimal 236 86 255 0.07 0.66 0 0 293.25 1 0.67
Hex EC 56 FF 7 42 0 0 125 64 43
Octal 354 126 377 7 102 0 0 445 144 103
Binary 11101100 1010110 11111111 111 1000010 0 0 100100101 1100100 1000011

Color Harmonies of #EC56FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC56FF

Black with #EC56FF

Text Example


Text Example

White with #EC56FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC56FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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