#EBA8B9

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

Shades of Cupid #EBA8B9

Tints of Cupid #EBA8B9

Color information

#EBA8B9 (or 0xEBA8B9) is unknown color: approx Cupid. HEX triplet: EB, A8 and B9. RGB value is (235,168,185). Sum of RGB (Red+Green+Blue) = 235+168+185=588 (77% of max value = 765). Red value is 235 (92.19% from 255 or 39.97% from 588); Green value is 168 (66.02% from 255 or 28.57% from 588); Blue value is 185 (72.66% from 255 or 31.46% from 588); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA8B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA8B9 is #145746. Grayscale: #BDBDBD. Windows color (decimal): -1333063 or 12167403. OLE color: 12167403.

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

Color convert

RGB235168185-
CMYK00.290.210.08
HSL344.78º62.62%79.02%-
HSV(B)344.78º28.51%92.16%-
XYZ57.0249.1752.38-
YUV189.97125.2160.12-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.97%
GREEN value IS 168 (66.02% from 255) = 28.57%
BLUE value IS 185 (72.66% from 255) = 31.46%
R=39.97%
G=28.57%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516818500.290.210.08344.7862.6279.02
HexEBA8B901D1581593f4f
Octal353250271035251053177117
Binary1110101110101000101110010111011010110001010110011111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA8B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA8B9; }

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

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

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

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

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

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

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

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