#EBABC0

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

Shades of Cupid #EBABC0

Tints of Cupid #EBABC0

Color information

#EBABC0 (or 0xEBABC0) is unknown color: approx Cupid. HEX triplet: EB, AB and C0. RGB value is (235,171,192). Sum of RGB (Red+Green+Blue) = 235+171+192=598 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.30% from 598); Green value is 171 (67.19% from 255 or 28.60% from 598); Blue value is 192 (75.39% from 255 or 32.11% from 598); Max value from RGB is 235 - color contains mainly: red. Hex color #EBABC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBABC0 is #14543F. Grayscale: #C0C0C0. Windows color (decimal): -1332288 or 12626923. OLE color: 12626923.

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

Color convert

RGB235171192-
CMYK00.270.180.08
HSL340.31º61.54%79.61%-
HSV(B)340.31º27.23%92.16%-
XYZ58.3450.5956.56-
YUV192.53127.7158.29-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.30%
GREEN value IS 171 (67.19% from 255) = 28.60%
BLUE value IS 192 (75.39% from 255) = 32.11%
R=39.30%
G=28.60%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517119200.270.180.08340.3161.5479.61
HexEBABC001B1281543e50
Octal353253300033221052476120
Binary1110101110101011110000000110111001010001010101001111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBABC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBABC0; }

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

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

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

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

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

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

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

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