#EBA9C0

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

Shades of Cupid #EBA9C0

Tints of Cupid #EBA9C0

Color information

#EBA9C0 (or 0xEBA9C0) is unknown color: approx Cupid. HEX triplet: EB, A9 and C0. RGB value is (235,169,192). Sum of RGB (Red+Green+Blue) = 235+169+192=596 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.43% from 596); Green value is 169 (66.41% from 255 or 28.36% from 596); Blue value is 192 (75.39% from 255 or 32.21% from 596); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA9C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA9C0 is #14563F. Grayscale: #BFBFBF. Windows color (decimal): -1332800 or 12626411. OLE color: 12626411.

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

Color convert

RGB235169192-
CMYK00.280.180.08
HSL339.09º62.26%79.22%-
HSV(B)339.09º28.09%92.16%-
XYZ57.9649.8456.44-
YUV191.36128.37159.13-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.43%
GREEN value IS 169 (66.41% from 255) = 28.36%
BLUE value IS 192 (75.39% from 255) = 32.21%
R=39.43%
G=28.36%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516919200.280.180.08339.0962.2679.22
HexEBA9C001C1281533e4f
Octal353251300034221052376117
Binary1110101110101001110000000111001001010001010100111111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA9C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA9C0; }

 p { color: rgb(235,169,192); }

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

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

 a { background-color: rgb(235,169,192); }

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

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

 span { border-color: rgb(235,169,192); }

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