#EC63F1

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

Shades of Pink Flamingo #EC63F1

Tints of Pink Flamingo #EC63F1

Color information

#EC63F1 (or 0xEC63F1) is unknown color: approx Pink Flamingo. HEX triplet: EC, 63 and F1. RGB value is (236,99,241). Sum of RGB (Red+Green+Blue) = 236+99+241=576 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.97% from 576); Green value is 99 (39.06% from 255 or 17.19% from 576); Blue value is 241 (94.53% from 255 or 41.84% from 576); Max value from RGB is 241 - color contains mainly: blue. Hex color #EC63F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC63F1 is #139C0E. Grayscale: #9B9B9B. Windows color (decimal): -1285135 or 15819756. OLE color: 15819756.

HSL color Cylindrical-coordinate representation of color #EC63F1: hue angle of 297.89º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EC63F1 is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB23699241-
CMYK0.020.5900.05
HSL297.89º83.53%66.67%-
HSV(B)297.89º58.92%94.51%-
XYZ54.9333.1186.71-
YUV156.15175.89184.95-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.97%
GREEN value IS 99 (39.06% from 255) = 17.19%
BLUE value IS 241 (94.53% from 255) = 41.84%
R=40.97%
G=17.19%
B=41.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal236992410.020.5900.05297.8983.5366.67
HexEC63F123B0512a5443
Octal35414336127305452124103
Binary1110110011000111111000110111011010110010101010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC63F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC63F1; }

 p { color: rgb(236,99,241); }

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

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

 a { background-color: rgb(236,99,241); }

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

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

 span { border-color: rgb(236,99,241); }

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