#EC4BF4

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

Shades of Pink Flamingo #EC4BF4

Tints of Pink Flamingo #EC4BF4

Color information

#EC4BF4 (or 0xEC4BF4) is unknown color: approx Pink Flamingo. HEX triplet: EC, 4B and F4. RGB value is (236,75,244). Sum of RGB (Red+Green+Blue) = 236+75+244=555 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.52% from 555); Green value is 75 (29.69% from 255 or 13.51% from 555); Blue value is 244 (95.70% from 255 or 43.96% from 555); Max value from RGB is 244 - color contains mainly: blue. Hex color #EC4BF4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC4BF4 is #13B40B. Grayscale: #8D8D8D. Windows color (decimal): -1291276 or 16010220. OLE color: 16010220.

HSL color Cylindrical-coordinate representation of color #EC4BF4: hue angle of 297.16º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC4BF4 is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB23675244-
CMYK0.030.6900.04
HSL297.16º88.48%62.55%-
HSV(B)297.16º69.26%95.69%-
XYZ53.4429.488.45-
YUV142.4185.34194.76-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.52%
GREEN value IS 75 (29.69% from 255) = 13.51%
BLUE value IS 244 (95.70% from 255) = 43.96%
R=42.52%
G=13.51%
B=43.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal236752440.030.6900.04297.1688.4862.55
HexEC4BF434504129583f
Octal35411336431050445113077
Binary1110110010010111111010011100010101001001010011011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC4BF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC4BF4; }

 p { color: rgb(236,75,244); }

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

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

 a { background-color: rgb(236,75,244); }

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

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

 span { border-color: rgb(236,75,244); }

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