#EBAABD

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

Shades of Cupid #EBAABD

Tints of Cupid #EBAABD

Color information

#EBAABD (or 0xEBAABD) is unknown color: approx Cupid. HEX triplet: EB, AA and BD. RGB value is (235,170,189). Sum of RGB (Red+Green+Blue) = 235+170+189=594 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.56% from 594); Green value is 170 (66.80% from 255 or 28.62% from 594); Blue value is 189 (74.22% from 255 or 31.82% from 594); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAABD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAABD is #145542. Grayscale: #BFBFBF. Windows color (decimal): -1332547 or 12430059. OLE color: 12430059.

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

Color convert

RGB235170189-
CMYK00.280.200.08
HSL342.46º61.9%79.41%-
HSV(B)342.46º27.66%92.16%-
XYZ57.8250.0954.76-
YUV191.6126.53158.96-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.56%
GREEN value IS 170 (66.80% from 255) = 28.62%
BLUE value IS 189 (74.22% from 255) = 31.82%
R=39.56%
G=28.62%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517018900.280.200.08342.4661.979.41
HexEBAABD01C1481563e4f
Octal353252275034241052676117
Binary1110101110101010101111010111001010010001010101101111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAABD; }

 p { color: rgb(235,170,189); }

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

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

 a { background-color: rgb(235,170,189); }

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

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

 span { border-color: rgb(235,170,189); }

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