#EC3FFB

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

Shades of Pink Flamingo #EC3FFB

Tints of Pink Flamingo #EC3FFB

Color information

#EC3FFB (or 0xEC3FFB) is unknown color: approx Pink Flamingo. HEX triplet: EC, 3F and FB. RGB value is (236,63,251). Sum of RGB (Red+Green+Blue) = 236+63+251=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 63 (25% from 255 or 11.45% from 550); Blue value is 251 (98.44% from 255 or 45.64% from 550); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC3FFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC3FFB is #13C004. Grayscale: #878787. Windows color (decimal): -1294341 or 16465900. OLE color: 16465900.

HSL color Cylindrical-coordinate representation of color #EC3FFB: hue angle of 295.21º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC3FFB is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB23663251-
CMYK0.060.7500.02
HSL295.21º95.92%61.57%-
HSV(B)295.21º74.9%98.43%-
XYZ53.7828.3593.9-
YUV136.16192.81199.21-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.91%
GREEN value IS 63 (25% from 255) = 11.45%
BLUE value IS 251 (98.44% from 255) = 45.64%
R=42.91%
G=11.45%
B=45.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal236632510.060.7500.02295.2195.9261.57
HexEC3FFB64B02127603e
Octal3547737361130244714076
Binary111011001111111111101111010010110101001001111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC3FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC3FFB; }

 p { color: rgb(236,63,251); }

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

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

 a { background-color: rgb(236,63,251); }

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

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

 span { border-color: rgb(236,63,251); }

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