#EC67F4

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

Shades of Pink Flamingo #EC67F4

Tints of Pink Flamingo #EC67F4

Color information

#EC67F4 (or 0xEC67F4) is unknown color: approx Pink Flamingo. HEX triplet: EC, 67 and F4. RGB value is (236,103,244). Sum of RGB (Red+Green+Blue) = 236+103+244=583 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.48% from 583); Green value is 103 (40.62% from 255 or 17.67% from 583); Blue value is 244 (95.70% from 255 or 41.85% from 583); Max value from RGB is 244 - color contains mainly: blue. Hex color #EC67F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC67F4 is #13980B. Grayscale: #9E9E9E. Windows color (decimal): -1284108 or 16017388. OLE color: 16017388.

HSL color Cylindrical-coordinate representation of color #EC67F4: hue angle of 296.6º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC67F4 is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB236103244-
CMYK0.030.5800.04
HSL296.6º86.5%68.04%-
HSV(B)296.6º57.79%95.69%-
XYZ55.7734.0789.22-
YUV158.84176.06183.04-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.48%
GREEN value IS 103 (40.62% from 255) = 17.67%
BLUE value IS 244 (95.70% from 255) = 41.85%
R=40.48%
G=17.67%
B=41.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2361032440.030.5800.04296.686.568.04
HexEC67F433A041295744
Octal35414736437204451127104
Binary1110110011001111111010011111010010010010100110101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC67F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC67F4; }

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

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

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

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

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

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

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

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