#EC4AFB

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

Shades of Pink Flamingo #EC4AFB

Tints of Pink Flamingo #EC4AFB

Color information

#EC4AFB (or 0xEC4AFB) is unknown color: approx Pink Flamingo. HEX triplet: EC, 4A and FB. RGB value is (236,74,251). Sum of RGB (Red+Green+Blue) = 236+74+251=561 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.07% from 561); Green value is 74 (29.30% from 255 or 13.19% from 561); Blue value is 251 (98.44% from 255 or 44.74% from 561); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC4AFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC4AFB is #13B504. Grayscale: #8E8E8E. Windows color (decimal): -1291525 or 16468716. OLE color: 16468716.

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

Color convert

RGB23674251-
CMYK0.060.7100.02
HSL294.92º95.68%63.73%-
HSV(B)294.92º70.52%98.43%-
XYZ54.4529.794.13-
YUV142.62189.17194.61-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.07%
GREEN value IS 74 (29.30% from 255) = 13.19%
BLUE value IS 251 (98.44% from 255) = 44.74%
R=42.07%
G=13.19%
B=44.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal236742510.060.7100.02294.9295.6863.73
HexEC4AFB647021276040
Octal354112373610702447140100
Binary11101100100101011111011110100011101010010011111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC4AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC4AFB; }

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

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

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

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

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

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

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

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