#EC42F9

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

Shades of Pink Flamingo #EC42F9

Tints of Pink Flamingo #EC42F9

Color information

#EC42F9 (or 0xEC42F9) is unknown color: approx Pink Flamingo. HEX triplet: EC, 42 and F9. RGB value is (236,66,249). Sum of RGB (Red+Green+Blue) = 236+66+249=551 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.83% from 551); Green value is 66 (26.17% from 255 or 11.98% from 551); Blue value is 249 (97.66% from 255 or 45.19% from 551); Max value from RGB is 249 - color contains mainly: blue. Hex color #EC42F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC42F9 is #13BD06. Grayscale: #898989. Windows color (decimal): -1293575 or 16335596. OLE color: 16335596.

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

Color convert

RGB23666249-
CMYK0.050.7300.02
HSL295.74º93.85%61.76%-
HSV(B)295.74º73.49%97.65%-
XYZ53.6428.5792.31-
YUV137.69190.82198.12-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.83%
GREEN value IS 66 (26.17% from 255) = 11.98%
BLUE value IS 249 (97.66% from 255) = 45.19%
R=42.83%
G=11.98%
B=45.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal236662490.050.7300.02295.7493.8561.76
HexEC42F9549021285e3e
Octal35410237151110245013676
Binary1110110010000101111100110110010010101001010001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC42F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC42F9; }

 p { color: rgb(236,66,249); }

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

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

 a { background-color: rgb(236,66,249); }

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

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

 span { border-color: rgb(236,66,249); }

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