#EC68F1

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

Shades of Pink Flamingo #EC68F1

Tints of Pink Flamingo #EC68F1

Color information

#EC68F1 (or 0xEC68F1) is unknown color: approx Pink Flamingo. HEX triplet: EC, 68 and F1. RGB value is (236,104,241). Sum of RGB (Red+Green+Blue) = 236+104+241=581 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.62% from 581); Green value is 104 (41.02% from 255 or 17.90% from 581); Blue value is 241 (94.53% from 255 or 41.48% from 581); Max value from RGB is 241 - color contains mainly: blue. Hex color #EC68F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC68F1 is #13970E. Grayscale: #9E9E9E. Windows color (decimal): -1283855 or 15821036. OLE color: 15821036.

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

Color convert

RGB236104241-
CMYK0.020.5700.05
HSL297.81º83.03%67.65%-
HSV(B)297.81º56.85%94.51%-
XYZ55.4234.0886.88-
YUV159.09174.23182.86-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.62%
GREEN value IS 104 (41.02% from 255) = 17.90%
BLUE value IS 241 (94.53% from 255) = 41.48%
R=40.62%
G=17.90%
B=41.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2361042410.020.5700.05297.8183.0367.65
HexEC68F12390512a5344
Octal35415036127105452123104
Binary1110110011010001111000110111001010110010101010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC68F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC68F1; }

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

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

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

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

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

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

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

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