#EBACBC

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

Shades of Cupid #EBACBC

Tints of Cupid #EBACBC

Color information

#EBACBC (or 0xEBACBC) is unknown color: approx Cupid. HEX triplet: EB, AC and BC. RGB value is (235,172,188). Sum of RGB (Red+Green+Blue) = 235+172+188=595 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.50% from 595); Green value is 172 (67.58% from 255 or 28.91% from 595); Blue value is 188 (73.83% from 255 or 31.60% from 595); Max value from RGB is 235 - color contains mainly: red. Hex color #EBACBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBACBC is #145343. Grayscale: #C0C0C0. Windows color (decimal): -1332036 or 12365035. OLE color: 12365035.

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

Color convert

RGB235172188-
CMYK00.270.20.08
HSL344.76º61.17%79.8%-
HSV(B)344.76º26.81%92.16%-
XYZ58.0950.854.32-
YUV192.66125.37158.2-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.50%
GREEN value IS 172 (67.58% from 255) = 28.91%
BLUE value IS 188 (73.83% from 255) = 31.60%
R=39.50%
G=28.91%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.2
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517218800.270.20.08344.7661.1779.8
HexEBACBC01B1481593d50
Octal353254274033241053175120
Binary1110101110101100101111000110111010010001010110011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBACBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBACBC; }

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

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

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

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

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

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

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

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