#EBACBB

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

Shades of Cupid #EBACBB

Tints of Cupid #EBACBB

Color information

#EBACBB (or 0xEBACBB) is unknown color: approx Cupid. HEX triplet: EB, AC and BB. RGB value is (235,172,187). Sum of RGB (Red+Green+Blue) = 235+172+187=594 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.56% from 594); Green value is 172 (67.58% from 255 or 28.96% from 594); Blue value is 187 (73.44% from 255 or 31.48% from 594); Max value from RGB is 235 - color contains mainly: red. Hex color #EBACBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBACBB is #145344. Grayscale: #C0C0C0. Windows color (decimal): -1332037 or 12299499. OLE color: 12299499.

HSL color Cylindrical-coordinate representation of color #EBACBB: hue angle of 345.71º 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 #EBACBB is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB235172187-
CMYK00.270.200.08
HSL345.71º61.17%79.8%-
HSV(B)345.71º26.81%92.16%-
XYZ57.9850.7653.75-
YUV192.55124.87158.28-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.56%
GREEN value IS 172 (67.58% from 255) = 28.96%
BLUE value IS 187 (73.44% from 255) = 31.48%
R=39.56%
G=28.96%
B=31.48%

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
Decimal23517218700.270.200.08345.7161.1779.8
HexEBACBB01B14815a3d50
Octal353254273033241053275120
Binary1110101110101100101110110110111010010001010110101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBACBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBACBB; }

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

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

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

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

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

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

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

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