#EC55FF

Color #EC55FF Pink Flamingo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flamingo #EC55FF

Tints of Pink Flamingo #EC55FF

Color information

#EC55FF (or 0xEC55FF) is unknown color: approx Pink Flamingo. HEX triplet: EC, 55 and FF. RGB value is (236,85,255). Sum of RGB (Red+Green+Blue) = 236+85+255=576 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.97% from 576); Green value is 85 (33.59% from 255 or 14.76% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC55FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC55FF is #13AA00. Grayscale: #959595. Windows color (decimal): -1288705 or 16733676. OLE color: 16733676.

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

Color convert

RGB23685255-
CMYK0.070.6700
HSL293.29º100%66.67%-
HSV(B)293.29º66.67%100%-
XYZ55.8931.5597.75-
YUV149.53187.53189.68-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.97%
GREEN value IS 85 (33.59% from 255) = 14.76%
BLUE value IS 255 (100% from 255) = 44.27%
R=40.97%
G=14.76%
B=44.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal236852550.070.6700293.2910066.67
HexEC55FF743001256443
Octal354125377710300445144103
Binary1110110010101011111111111110000110010010010111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC55FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC55FF; }

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

 H1.HeaderClassName
 {
   color: #EC55FF;
 }
 .AnyTagClassName
 {
   color: #EC55FF;
 }
</style>
background-color css

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

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

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

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

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

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