#ECA6BC

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

Shades of Cupid #ECA6BC

Tints of Cupid #ECA6BC

Color information

#ECA6BC (or 0xECA6BC) is unknown color: approx Cupid. HEX triplet: EC, A6 and BC. RGB value is (236,166,188). Sum of RGB (Red+Green+Blue) = 236+166+188=590 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40% from 590); Green value is 166 (65.23% from 255 or 28.14% from 590); Blue value is 188 (73.83% from 255 or 31.86% from 590); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA6BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA6BC is #135943. Grayscale: #BDBDBD. Windows color (decimal): -1268036 or 12363500. OLE color: 12363500.

HSL color Cylindrical-coordinate representation of color #ECA6BC: hue angle of 341.14º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ECA6BC is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB236166188-
CMYK00.300.200.07
HSL341.14º64.81%78.82%-
HSV(B)341.14º29.66%92.55%-
XYZ57.3148.7453.96-
YUV189.44127.19161.21-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40%
GREEN value IS 166 (65.23% from 255) = 28.14%
BLUE value IS 188 (73.83% from 255) = 31.86%
R=40%
G=28.14%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616618800.300.200.07341.1464.8178.82
HexECA6BC01E147155414f
Octal354246274036247525101117
Binary1110110010100110101111000111101010011110101010110000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA6BC; }

 p { color: rgb(236,166,188); }

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

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

 a { background-color: rgb(236,166,188); }

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

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

 span { border-color: rgb(236,166,188); }

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