#EC45FA

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

Shades of Pink Flamingo #EC45FA

Tints of Pink Flamingo #EC45FA

Color information

#EC45FA (or 0xEC45FA) is unknown color: approx Pink Flamingo. HEX triplet: EC, 45 and FA. RGB value is (236,69,250). Sum of RGB (Red+Green+Blue) = 236+69+250=555 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.52% from 555); Green value is 69 (27.34% from 255 or 12.43% from 555); Blue value is 250 (98.05% from 255 or 45.05% from 555); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC45FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC45FA is #13BA05. Grayscale: #8B8B8B. Windows color (decimal): -1292806 or 16401900. OLE color: 16401900.

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

Color convert

RGB23669250-
CMYK0.060.7200.02
HSL295.36º94.76%62.55%-
HSV(B)295.36º72.4%98.04%-
XYZ53.9828.9993.19-
YUV139.57190.33196.78-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.52%
GREEN value IS 69 (27.34% from 255) = 12.43%
BLUE value IS 250 (98.05% from 255) = 45.05%
R=42.52%
G=12.43%
B=45.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal236692500.060.7200.02295.3694.7662.55
HexEC45FA648021275f3f
Octal35410537261100244713777
Binary1110110010001011111101011010010000101001001111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC45FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC45FA; }

 p { color: rgb(236,69,250); }

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

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

 a { background-color: rgb(236,69,250); }

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

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

 span { border-color: rgb(236,69,250); }

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