#EBA8C0

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

Shades of Cupid #EBA8C0

Tints of Cupid #EBA8C0

Color information

#EBA8C0 (or 0xEBA8C0) is unknown color: approx Cupid. HEX triplet: EB, A8 and C0. RGB value is (235,168,192). Sum of RGB (Red+Green+Blue) = 235+168+192=595 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.50% from 595); Green value is 168 (66.02% from 255 or 28.24% from 595); Blue value is 192 (75.39% from 255 or 32.27% from 595); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA8C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA8C0 is #14573F. Grayscale: #BEBEBE. Windows color (decimal): -1333056 or 12626155. OLE color: 12626155.

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

Color convert

RGB235168192-
CMYK00.290.180.08
HSL338.51º62.62%79.02%-
HSV(B)338.51º28.51%92.16%-
XYZ57.7849.4756.37-
YUV190.77128.7159.55-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.50%
GREEN value IS 168 (66.02% from 255) = 28.24%
BLUE value IS 192 (75.39% from 255) = 32.27%
R=39.50%
G=28.24%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516819200.290.180.08338.5162.6279.02
HexEBA8C001D1281533f4f
Octal353250300035221052377117
Binary1110101110101000110000000111011001010001010100111111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA8C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA8C0; }

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

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

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

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

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

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

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

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