#EBAAC2

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

Shades of Cupid #EBAAC2

Tints of Cupid #EBAAC2

Color information

#EBAAC2 (or 0xEBAAC2) is unknown color: approx Cupid. HEX triplet: EB, AA and C2. RGB value is (235,170,194). Sum of RGB (Red+Green+Blue) = 235+170+194=599 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.23% from 599); Green value is 170 (66.80% from 255 or 28.38% from 599); Blue value is 194 (76.17% from 255 or 32.39% from 599); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAAC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAAC2 is #14553D. Grayscale: #C0C0C0. Windows color (decimal): -1332542 or 12757739. OLE color: 12757739.

HSL color Cylindrical-coordinate representation of color #EBAAC2: hue angle of 337.85º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBAAC2 is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB235170194-
CMYK00.280.170.08
HSL337.85º61.9%79.41%-
HSV(B)337.85º27.66%92.16%-
XYZ58.3750.3157.67-
YUV192.17129.03158.55-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.23%
GREEN value IS 170 (66.80% from 255) = 28.38%
BLUE value IS 194 (76.17% from 255) = 32.39%
R=39.23%
G=28.38%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517019400.280.170.08337.8561.979.41
HexEBAAC201C1181523e4f
Octal353252302034211052276117
Binary1110101110101010110000100111001000110001010100101111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAAC2; }

 p { color: rgb(235,170,194); }

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

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

 a { background-color: rgb(235,170,194); }

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

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

 span { border-color: rgb(235,170,194); }

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