#EBABC6

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

Shades of Cupid #EBABC6

Tints of Cupid #EBABC6

Color information

#EBABC6 (or 0xEBABC6) is unknown color: approx Cupid. HEX triplet: EB, AB and C6. RGB value is (235,171,198). Sum of RGB (Red+Green+Blue) = 235+171+198=604 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.91% from 604); Green value is 171 (67.19% from 255 or 28.31% from 604); Blue value is 198 (77.73% from 255 or 32.78% from 604); Max value from RGB is 235 - color contains mainly: red. Hex color #EBABC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBABC6 is #145439. Grayscale: #C1C1C1. Windows color (decimal): -1332282 or 13020139. OLE color: 13020139.

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

Color convert

RGB235171198-
CMYK00.270.160.08
HSL334.69º61.54%79.61%-
HSV(B)334.69º27.23%92.16%-
XYZ59.0250.8760.13-
YUV193.21130.7157.8-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.91%
GREEN value IS 171 (67.19% from 255) = 28.31%
BLUE value IS 198 (77.73% from 255) = 32.78%
R=38.91%
G=28.31%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517119800.270.160.08334.6961.5479.61
HexEBABC601B10814f3e50
Octal353253306033201051776120
Binary1110101110101011110001100110111000010001010011111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBABC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBABC6; }

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

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

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

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

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

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

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

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