#EC4BF8

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

Shades of Pink Flamingo #EC4BF8

Tints of Pink Flamingo #EC4BF8

Color information

#EC4BF8 (or 0xEC4BF8) is unknown color: approx Pink Flamingo. HEX triplet: EC, 4B and F8. RGB value is (236,75,248). Sum of RGB (Red+Green+Blue) = 236+75+248=559 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.22% from 559); Green value is 75 (29.69% from 255 or 13.42% from 559); Blue value is 248 (97.27% from 255 or 44.36% from 559); Max value from RGB is 248 - color contains mainly: blue. Hex color #EC4BF8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC4BF8 is #13B407. Grayscale: #8E8E8E. Windows color (decimal): -1291272 or 16272364. OLE color: 16272364.

HSL color Cylindrical-coordinate representation of color #EC4BF8: hue angle of 295.84º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EC4BF8 is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB23675248-
CMYK0.050.7000.03
HSL295.84º92.51%63.33%-
HSV(B)295.84º69.76%97.25%-
XYZ54.0529.6491.68-
YUV142.86187.34194.43-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.22%
GREEN value IS 75 (29.69% from 255) = 13.42%
BLUE value IS 248 (97.27% from 255) = 44.36%
R=42.22%
G=13.42%
B=44.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal236752480.050.7000.03295.8492.5163.33
HexEC4BF8546031285d3f
Octal35411337051060345013577
Binary1110110010010111111100010110001100111001010001011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC4BF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC4BF8; }

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

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

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

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

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

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

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

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