#ecabba

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

Shades of Cupid #ECABBA

Tints of Cupid #ECABBA

Color information

#ECABBA (or 0xECABBA) is unknown color: approx Cupid. HEX triplet: EC, AB and BA. RGB value is (236,171,186). Sum of RGB (Red+Green+Blue) = 236+171+186=593 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.80% from 593); Green value is 171 (67.19% from 255 or 28.84% from 593); Blue value is 186 (73.05% from 255 or 31.37% from 593); Max value from RGB is 236 - color contains mainly: red. Hex color #ECABBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECABBA is #135445. Grayscale: #C0C0C0. Windows color (decimal): -1266758 or 12233708. OLE color: 12233708.

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

Color convert

RGB236171186-
CMYK00.280.210.07
HSL346.15º63.11%79.8%-
HSV(B)346.15º27.54%92.55%-
XYZ58.0250.553.14-
YUV192.14124.53159.28-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.80%
GREEN value IS 171 (67.19% from 255) = 28.84%
BLUE value IS 186 (73.05% from 255) = 31.37%
R=39.80%
G=28.84%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617118600.280.210.07346.1563.1179.8
HexECABBA01C15715a3f50
Octal35425327203425753277120
Binary111011001010101110111010011100101011111010110101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ecabba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ecabba; }

 p { color: rgb(236,171,186); }

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

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

 a { background-color: rgb(236,171,186); }

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

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

 span { border-color: rgb(236,171,186); }

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