#ECACBD

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

Shades of Cupid #ECACBD

Tints of Cupid #ECACBD

Color information

#ECACBD (or 0xECACBD) is unknown color: approx Cupid. HEX triplet: EC, AC and BD. RGB value is (236,172,189). Sum of RGB (Red+Green+Blue) = 236+172+189=597 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.53% from 597); Green value is 172 (67.58% from 255 or 28.81% from 597); Blue value is 189 (74.22% from 255 or 31.66% from 597); Max value from RGB is 236 - color contains mainly: red. Hex color #ECACBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECACBD is #135342. Grayscale: #C1C1C1. Windows color (decimal): -1266499 or 12430572. OLE color: 12430572.

HSL color Cylindrical-coordinate representation of color #ECACBD: hue angle of 344.06º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ECACBD is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB236172189-
CMYK00.270.200.07
HSL344.06º62.75%80%-
HSV(B)344.06º27.12%92.55%-
XYZ58.5351.0154.91-
YUV193.07125.7158.62-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.53%
GREEN value IS 172 (67.58% from 255) = 28.81%
BLUE value IS 189 (74.22% from 255) = 31.66%
R=39.53%
G=28.81%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617218900.270.200.07344.0662.7580
HexECACBD01B1471583f50
Octal35425427503324753077120
Binary111011001010110010111101011011101001111010110001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECACBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECACBD; }

 p { color: rgb(236,172,189); }

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

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

 a { background-color: rgb(236,172,189); }

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

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

 span { border-color: rgb(236,172,189); }

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