#EBABC2

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

Shades of Cupid #EBABC2

Tints of Cupid #EBABC2

Color information

#EBABC2 (or 0xEBABC2) is unknown color: approx Cupid. HEX triplet: EB, AB and C2. RGB value is (235,171,194). Sum of RGB (Red+Green+Blue) = 235+171+194=600 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.17% from 600); Green value is 171 (67.19% from 255 or 28.5% from 600); Blue value is 194 (76.17% from 255 or 32.33% from 600); Max value from RGB is 235 - color contains mainly: red. Hex color #EBABC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBABC2 is #14543D. Grayscale: #C0C0C0. Windows color (decimal): -1332286 or 12757995. OLE color: 12757995.

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

Color convert

RGB235171194-
CMYK00.270.170.08
HSL338.44º61.54%79.61%-
HSV(B)338.44º27.23%92.16%-
XYZ58.5650.6857.74-
YUV192.76128.7158.13-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.17%
GREEN value IS 171 (67.19% from 255) = 28.5%
BLUE value IS 194 (76.17% from 255) = 32.33%
R=39.17%
G=28.5%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517119400.270.170.08338.4461.5479.61
HexEBABC201B1181523e50
Octal353253302033211052276120
Binary1110101110101011110000100110111000110001010100101111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBABC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBABC2; }

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

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

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

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

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

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

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

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