#EBAAC7

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

Shades of Cupid #EBAAC7

Tints of Cupid #EBAAC7

Color information

#EBAAC7 (or 0xEBAAC7) is unknown color: approx Cupid. HEX triplet: EB, AA and C7. RGB value is (235,170,199). Sum of RGB (Red+Green+Blue) = 235+170+199=604 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.91% from 604); Green value is 170 (66.80% from 255 or 28.15% from 604); Blue value is 199 (78.12% from 255 or 32.95% from 604); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAAC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAAC7 is #145538. Grayscale: #C0C0C0. Windows color (decimal): -1332537 or 13085419. OLE color: 13085419.

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

Color convert

RGB235170199-
CMYK00.280.150.08
HSL333.23º61.9%79.41%-
HSV(B)333.23º27.66%92.16%-
XYZ58.9450.5460.68-
YUV192.74131.53158.14-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.91%
GREEN value IS 170 (66.80% from 255) = 28.15%
BLUE value IS 199 (78.12% from 255) = 32.95%
R=38.91%
G=28.15%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517019900.280.150.08333.2361.979.41
HexEBAAC701CF814d3e4f
Octal353252307034171051576117
Binary111010111010101011000111011100111110001010011011111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAAC7; }

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

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

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

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

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

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

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

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