#EC41FF

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

Shades of Pink Flamingo #EC41FF

Tints of Pink Flamingo #EC41FF

Color information

#EC41FF (or 0xEC41FF) is unknown color: approx Pink Flamingo. HEX triplet: EC, 41 and FF. RGB value is (236,65,255). Sum of RGB (Red+Green+Blue) = 236+65+255=556 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.45% from 556); Green value is 65 (25.78% from 255 or 11.69% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC41FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC41FF is #13BE00. Grayscale: #898989. Windows color (decimal): -1293825 or 16728556. OLE color: 16728556.

HSL color Cylindrical-coordinate representation of color #EC41FF: hue angle of 294º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC41FF is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB23665255-
CMYK0.070.7500
HSL294º100%62.75%-
HSV(B)294º74.51%100%-
XYZ54.5328.8397.3-
YUV137.79194.15198.05-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.45%
GREEN value IS 65 (25.78% from 255) = 11.69%
BLUE value IS 255 (100% from 255) = 45.86%
R=42.45%
G=11.69%
B=45.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal236652550.070.750029410062.75
HexEC41FF74B00126643f
Octal35410137771130044614477
Binary111011001000001111111111111001011001001001101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC41FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC41FF; }

 p { color: rgb(236,65,255); }

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

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

 a { background-color: rgb(236,65,255); }

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

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

 span { border-color: rgb(236,65,255); }

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