#EBA8C2

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

Shades of Cupid #EBA8C2

Tints of Cupid #EBA8C2

Color information

#EBA8C2 (or 0xEBA8C2) is unknown color: approx Cupid. HEX triplet: EB, A8 and C2. RGB value is (235,168,194). Sum of RGB (Red+Green+Blue) = 235+168+194=597 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.36% from 597); Green value is 168 (66.02% from 255 or 28.14% from 597); Blue value is 194 (76.17% from 255 or 32.50% from 597); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA8C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA8C2 is #14573D. Grayscale: #BEBEBE. Windows color (decimal): -1333054 or 12757227. OLE color: 12757227.

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

Color convert

RGB235168194-
CMYK00.290.170.08
HSL336.72º62.62%79.02%-
HSV(B)336.72º28.51%92.16%-
XYZ5849.5657.55-
YUV191129.7159.39-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.36%
GREEN value IS 168 (66.02% from 255) = 28.14%
BLUE value IS 194 (76.17% from 255) = 32.50%
R=39.36%
G=28.14%
B=32.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516819400.290.170.08336.7262.6279.02
HexEBA8C201D1181513f4f
Octal353250302035211052177117
Binary1110101110101000110000100111011000110001010100011111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA8C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA8C2; }

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

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

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

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

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

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

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

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