#e8aac2

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

Shades of Cupid #E8AAC2

Tints of Cupid #E8AAC2

Color information

#E8AAC2 (or 0xE8AAC2) is unknown color: approx Cupid. HEX triplet: E8, AA and C2. RGB value is (232,170,194). Sum of RGB (Red+Green+Blue) = 232+170+194=596 (78% of max value = 765). Red value is 232 (91.02% from 255 or 38.93% from 596); Green value is 170 (66.80% from 255 or 28.52% from 596); Blue value is 194 (76.17% from 255 or 32.55% from 596); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AAC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8AAC2 is #17553D. Grayscale: #BFBFBF. Windows color (decimal): -1529150 or 12757736. OLE color: 12757736.

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

Color convert

RGB232170194-
CMYK00.270.160.09
HSL336.77º57.41%78.82%-
HSV(B)336.77º26.72%90.98%-
XYZ57.3949.857.63-
YUV191.27129.54157.05-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.93%
GREEN value IS 170 (66.80% from 255) = 28.52%
BLUE value IS 194 (76.17% from 255) = 32.55%
R=38.93%
G=28.52%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23217019400.270.160.09336.7757.4178.82
HexE8AAC201B109151394f
Octal350252302033201152171117
Binary1110100010101010110000100110111000010011010100011110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e8aac2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e8aac2; }

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

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

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

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

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

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

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

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