#EBABC8

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

Shades of Cupid #EBABC8

Tints of Cupid #EBABC8

Color information

#EBABC8 (or 0xEBABC8) is unknown color: approx Cupid. HEX triplet: EB, AB and C8. RGB value is (235,171,200). Sum of RGB (Red+Green+Blue) = 235+171+200=606 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.78% from 606); Green value is 171 (67.19% from 255 or 28.22% from 606); Blue value is 200 (78.52% from 255 or 33.00% from 606); Max value from RGB is 235 - color contains mainly: red. Hex color #EBABC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBABC8 is #145437. Grayscale: #C1C1C1. Windows color (decimal): -1332280 or 13151211. OLE color: 13151211.

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

Color convert

RGB235171200-
CMYK00.270.150.08
HSL332.81º61.54%79.61%-
HSV(B)332.81º27.23%92.16%-
XYZ59.2550.9661.36-
YUV193.44131.7157.64-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.78%
GREEN value IS 171 (67.19% from 255) = 28.22%
BLUE value IS 200 (78.52% from 255) = 33.00%
R=38.78%
G=28.22%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517120000.270.150.08332.8161.5479.61
HexEBABC801BF814d3e50
Octal353253310033171051576120
Binary111010111010101111001000011011111110001010011011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBABC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBABC8; }

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

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

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

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

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

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

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

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