#ECABC8

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

Shades of Cupid #ECABC8

Tints of Cupid #ECABC8

Color information

#ECABC8 (or 0xECABC8) is unknown color: approx Cupid. HEX triplet: EC, AB and C8. RGB value is (236,171,200). Sum of RGB (Red+Green+Blue) = 236+171+200=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 171 (67.19% from 255 or 28.17% from 607); Blue value is 200 (78.52% from 255 or 32.95% from 607); Max value from RGB is 236 - color contains mainly: red. Hex color #ECABC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECABC8 is #135437. Grayscale: #C1C1C1. Windows color (decimal): -1266744 or 13151212. OLE color: 13151212.

HSL color Cylindrical-coordinate representation of color #ECABC8: hue angle of 333.23º 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 #ECABC8 is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB236171200-
CMYK00.280.150.07
HSL333.23º63.11%79.8%-
HSV(B)333.23º27.54%92.55%-
XYZ59.5851.1361.37-
YUV193.74131.53158.14-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.88%
GREEN value IS 171 (67.19% from 255) = 28.17%
BLUE value IS 200 (78.52% from 255) = 32.95%
R=38.88%
G=28.17%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617120000.280.150.07333.2363.1179.8
HexECABC801CF714d3f50
Octal35425331003417751577120
Binary11101100101010111100100001110011111111010011011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECABC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECABC8; }

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

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

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

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

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

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

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

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