#EC67ED

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

Shades of Pink Flamingo #EC67ED

Tints of Pink Flamingo #EC67ED

Color information

#EC67ED (or 0xEC67ED) is unknown color: approx Pink Flamingo. HEX triplet: EC, 67 and ED. RGB value is (236,103,237). Sum of RGB (Red+Green+Blue) = 236+103+237=576 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.97% from 576); Green value is 103 (40.62% from 255 or 17.88% from 576); Blue value is 237 (92.97% from 255 or 41.15% from 576); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC67ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC67ED is #139812. Grayscale: #9D9D9D. Windows color (decimal): -1284115 or 15558636. OLE color: 15558636.

HSL color Cylindrical-coordinate representation of color #EC67ED: hue angle of 299.55º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EC67ED is Cyan = 0.00, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB236103237-
CMYK0.000.5700.07
HSL299.55º78.82%66.67%-
HSV(B)299.55º56.54%92.94%-
XYZ54.7333.6583.73-
YUV158.04172.56183.6-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.97%
GREEN value IS 103 (40.62% from 255) = 17.88%
BLUE value IS 237 (92.97% from 255) = 41.15%
R=40.97%
G=17.88%
B=41.15%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361032370.000.5700.07299.5578.8266.67
HexEC67ED0390712c4f43
Octal35414735507107454117103
Binary111011001100111111011010111001011110010110010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC67ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC67ED; }

 p { color: rgb(236,103,237); }

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

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

 a { background-color: rgb(236,103,237); }

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

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

 span { border-color: rgb(236,103,237); }

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