#EC57FF

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

Shades of Pink Flamingo #EC57FF

Tints of Pink Flamingo #EC57FF

Color information

#EC57FF (or 0xEC57FF) is unknown color: approx Pink Flamingo. HEX triplet: EC, 57 and FF. RGB value is (236,87,255). Sum of RGB (Red+Green+Blue) = 236+87+255=578 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.83% from 578); Green value is 87 (34.38% from 255 or 15.05% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC57FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC57FF is #13A800. Grayscale: #969696. Windows color (decimal): -1288193 or 16734188. OLE color: 16734188.

HSL color Cylindrical-coordinate representation of color #EC57FF: hue angle of 293.21º 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 #EC57FF is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB23687255-
CMYK0.070.6600
HSL293.21º100%67.06%-
HSV(B)293.21º65.88%100%-
XYZ56.0531.8797.8-
YUV150.7186.86188.84-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.83%
GREEN value IS 87 (34.38% from 255) = 15.05%
BLUE value IS 255 (100% from 255) = 44.12%
R=40.83%
G=15.05%
B=44.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal236872550.070.6600293.2110067.06
HexEC57FF742001256443
Octal354127377710200445144103
Binary1110110010101111111111111110000100010010010111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC57FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC57FF; }

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

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

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

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

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

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

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

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