#EC5BFF

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

Shades of Pink Flamingo #EC5BFF

Tints of Pink Flamingo #EC5BFF

Color information

#EC5BFF (or 0xEC5BFF) is unknown color: approx Pink Flamingo. HEX triplet: EC, 5B and FF. RGB value is (236,91,255). Sum of RGB (Red+Green+Blue) = 236+91+255=582 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.55% from 582); Green value is 91 (35.94% from 255 or 15.64% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC5BFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC5BFF is #13A400. Grayscale: #989898. Windows color (decimal): -1287169 or 16735212. OLE color: 16735212.

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

Color convert

RGB23691255-
CMYK0.070.6400
HSL293.05º100%67.84%-
HSV(B)293.05º64.31%100%-
XYZ56.3832.5497.92-
YUV153.05185.54187.16-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.55%
GREEN value IS 91 (35.94% from 255) = 15.64%
BLUE value IS 255 (100% from 255) = 43.81%
R=40.55%
G=15.64%
B=43.81%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal236912550.070.6400293.0510067.84
HexEC5BFF740001256444
Octal354133377710000445144104
Binary1110110010110111111111111110000000010010010111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5BFF; }

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

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

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

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

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

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

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

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