#EBACC8

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

Shades of Cupid #EBACC8

Tints of Cupid #EBACC8

Color information

#EBACC8 (or 0xEBACC8) is unknown color: approx Cupid. HEX triplet: EB, AC and C8. RGB value is (235,172,200). Sum of RGB (Red+Green+Blue) = 235+172+200=607 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.71% from 607); Green value is 172 (67.58% from 255 or 28.34% from 607); Blue value is 200 (78.52% from 255 or 32.95% from 607); Max value from RGB is 235 - color contains mainly: red. Hex color #EBACC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBACC8 is #145337. Grayscale: #C1C1C1. Windows color (decimal): -1332024 or 13151467. OLE color: 13151467.

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

Color convert

RGB235172200-
CMYK00.270.150.08
HSL333.33º61.17%79.8%-
HSV(B)333.33º26.81%92.16%-
XYZ59.4451.3461.42-
YUV194.03131.37157.22-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.71%
GREEN value IS 172 (67.58% from 255) = 28.34%
BLUE value IS 200 (78.52% from 255) = 32.95%
R=38.71%
G=28.34%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517220000.270.150.08333.3361.1779.8
HexEBACC801BF814d3d50
Octal353254310033171051575120
Binary111010111010110011001000011011111110001010011011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBACC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBACC8; }

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

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

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

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

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

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

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

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