#EAACC2

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

Shades of Cupid #EAACC2

Tints of Cupid #EAACC2

Color information

#EAACC2 (or 0xEAACC2) is unknown color: approx Cupid. HEX triplet: EA, AC and C2. RGB value is (234,172,194). Sum of RGB (Red+Green+Blue) = 234+172+194=600 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39% from 600); Green value is 172 (67.58% from 255 or 28.67% from 600); Blue value is 194 (76.17% from 255 or 32.33% from 600); Max value from RGB is 234 - color contains mainly: red. Hex color #EAACC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAACC2 is #15533D. Grayscale: #C1C1C1. Windows color (decimal): -1397566 or 12758250. OLE color: 12758250.

HSL color Cylindrical-coordinate representation of color #EAACC2: hue angle of 338.71º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EAACC2 is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB234172194-
CMYK00.260.170.08
HSL338.71º59.62%79.61%-
HSV(B)338.71º26.5%91.76%-
XYZ58.4250.8957.78-
YUV193.05128.54157.21-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39%
GREEN value IS 172 (67.58% from 255) = 28.67%
BLUE value IS 194 (76.17% from 255) = 32.33%
R=39%
G=28.67%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417219400.260.170.08338.7159.6279.61
HexEAACC201A1181533c50
Octal352254302032211052374120
Binary1110101010101100110000100110101000110001010100111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAACC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAACC2; }

 p { color: rgb(234,172,194); }

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

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

 a { background-color: rgb(234,172,194); }

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

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

 span { border-color: rgb(234,172,194); }

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