#EBACC4

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

Shades of Cupid #EBACC4

Tints of Cupid #EBACC4

Color information

#EBACC4 (or 0xEBACC4) is unknown color: approx Cupid. HEX triplet: EB, AC and C4. RGB value is (235,172,196). Sum of RGB (Red+Green+Blue) = 235+172+196=603 (79% of max value = 765). Red value is 235 (92.19% from 255 or 38.97% from 603); Green value is 172 (67.58% from 255 or 28.52% from 603); Blue value is 196 (76.95% from 255 or 32.50% from 603); Max value from RGB is 235 - color contains mainly: red. Hex color #EBACC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBACC4 is #14533B. Grayscale: #C1C1C1. Windows color (decimal): -1332028 or 12889323. OLE color: 12889323.

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

Color convert

RGB235172196-
CMYK00.270.170.08
HSL337.14º61.17%79.8%-
HSV(B)337.14º26.81%92.16%-
XYZ58.9851.1558.99-
YUV193.57129.37157.55-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.97%
GREEN value IS 172 (67.58% from 255) = 28.52%
BLUE value IS 196 (76.95% from 255) = 32.50%
R=38.97%
G=28.52%
B=32.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517219600.270.170.08337.1461.1779.8
HexEBACC401B1181513d50
Octal353254304033211052175120
Binary1110101110101100110001000110111000110001010100011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBACC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBACC4; }

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

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

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

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

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

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

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

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