#EBAABF

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

Shades of Cupid #EBAABF

Tints of Cupid #EBAABF

Color information

#EBAABF (or 0xEBAABF) is unknown color: approx Cupid. HEX triplet: EB, AA and BF. RGB value is (235,170,191). Sum of RGB (Red+Green+Blue) = 235+170+191=596 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.43% from 596); Green value is 170 (66.80% from 255 or 28.52% from 596); Blue value is 191 (75% from 255 or 32.05% from 596); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAABF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAABF is #145540. Grayscale: #BFBFBF. Windows color (decimal): -1332545 or 12561131. OLE color: 12561131.

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

Color convert

RGB235170191-
CMYK00.280.190.08
HSL340.62º61.9%79.41%-
HSV(B)340.62º27.66%92.16%-
XYZ58.0450.1755.92-
YUV191.83127.53158.79-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.43%
GREEN value IS 170 (66.80% from 255) = 28.52%
BLUE value IS 191 (75% from 255) = 32.05%
R=39.43%
G=28.52%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517019100.280.190.08340.6261.979.41
HexEBAABF01C1381553e4f
Octal353252277034231052576117
Binary1110101110101010101111110111001001110001010101011111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAABF; }

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

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

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

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

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

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

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

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