#EBACBD

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

Shades of Cupid #EBACBD

Tints of Cupid #EBACBD

Color information

#EBACBD (or 0xEBACBD) is unknown color: approx Cupid. HEX triplet: EB, AC and BD. RGB value is (235,172,189). Sum of RGB (Red+Green+Blue) = 235+172+189=596 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.43% from 596); Green value is 172 (67.58% from 255 or 28.86% from 596); Blue value is 189 (74.22% from 255 or 31.71% from 596); Max value from RGB is 235 - color contains mainly: red. Hex color #EBACBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBACBD is #145342. Grayscale: #C0C0C0. Windows color (decimal): -1332035 or 12430571. OLE color: 12430571.

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

Color convert

RGB235172189-
CMYK00.270.200.08
HSL343.81º61.17%79.8%-
HSV(B)343.81º26.81%92.16%-
XYZ58.250.8454.89-
YUV192.77125.87158.12-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.43%
GREEN value IS 172 (67.58% from 255) = 28.86%
BLUE value IS 189 (74.22% from 255) = 31.71%
R=39.43%
G=28.86%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517218900.270.200.08343.8161.1779.8
HexEBACBD01B1481583d50
Octal353254275033241053075120
Binary1110101110101100101111010110111010010001010110001111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBACBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBACBD; }

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

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

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

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

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

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

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

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