#E8AAC1

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

Shades of Cupid #E8AAC1

Tints of Cupid #E8AAC1

Color information

#E8AAC1 (or 0xE8AAC1) is unknown color: approx Cupid. HEX triplet: E8, AA and C1. RGB value is (232,170,193). Sum of RGB (Red+Green+Blue) = 232+170+193=595 (78% of max value = 765). Red value is 232 (91.02% from 255 or 38.99% from 595); Green value is 170 (66.80% from 255 or 28.57% from 595); Blue value is 193 (75.78% from 255 or 32.44% from 595); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AAC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8AAC1 is #17553E. Grayscale: #BFBFBF. Windows color (decimal): -1529151 or 12692200. OLE color: 12692200.

HSL color Cylindrical-coordinate representation of color #E8AAC1: hue angle of 337.74º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E8AAC1 is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB232170193-
CMYK00.270.170.09
HSL337.74º57.41%78.82%-
HSV(B)337.74º26.72%90.98%-
XYZ57.2849.7657.04-
YUV191.16129.04157.13-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.99%
GREEN value IS 170 (66.80% from 255) = 28.57%
BLUE value IS 193 (75.78% from 255) = 32.44%
R=38.99%
G=28.57%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23217019300.270.170.09337.7457.4178.82
HexE8AAC101B119152394f
Octal350252301033211152271117
Binary1110100010101010110000010110111000110011010100101110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8AAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8AAC1; }

 p { color: rgb(232,170,193); }

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

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

 a { background-color: rgb(232,170,193); }

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

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

 span { border-color: rgb(232,170,193); }

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