#EAAAC6

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

Shades of Cupid #EAAAC6

Tints of Cupid #EAAAC6

Color information

#EAAAC6 (or 0xEAAAC6) is unknown color: approx Cupid. HEX triplet: EA, AA and C6. RGB value is (234,170,198). Sum of RGB (Red+Green+Blue) = 234+170+198=602 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.87% from 602); Green value is 170 (66.80% from 255 or 28.24% from 602); Blue value is 198 (77.73% from 255 or 32.89% from 602); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAAC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAAC6 is #155539. Grayscale: #C0C0C0. Windows color (decimal): -1398074 or 13019882. OLE color: 13019882.

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

Color convert

RGB234170198-
CMYK00.270.150.08
HSL333.75º60.38%79.22%-
HSV(B)333.75º27.35%91.76%-
XYZ58.550.3260.06-
YUV192.33131.2157.72-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.87%
GREEN value IS 170 (66.80% from 255) = 28.24%
BLUE value IS 198 (77.73% from 255) = 32.89%
R=38.87%
G=28.24%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417019800.270.150.08333.7560.3879.22
HexEAAAC601BF814e3c4f
Octal352252306033171051674117
Binary111010101010101011000110011011111110001010011101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAAC6; }

 p { color: rgb(234,170,198); }

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

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

 a { background-color: rgb(234,170,198); }

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

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

 span { border-color: rgb(234,170,198); }

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