#EEADC6

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

Shades of Cupid #EEADC6

Tints of Cupid #EEADC6

Color information

#EEADC6 (or 0xEEADC6) is unknown color: approx Cupid. HEX triplet: EE, AD and C6. RGB value is (238,173,198). Sum of RGB (Red+Green+Blue) = 238+173+198=609 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.08% from 609); Green value is 173 (67.97% from 255 or 28.41% from 609); Blue value is 198 (77.73% from 255 or 32.51% from 609); Max value from RGB is 238 - color contains mainly: red. Hex color #EEADC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEADC6 is #115239. Grayscale: #C3C3C3. Windows color (decimal): -1135162 or 13020654. OLE color: 13020654.

HSL color Cylindrical-coordinate representation of color #EEADC6: hue angle of 336.92º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EEADC6 is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB238173198-
CMYK00.270.170.07
HSL336.92º65.66%80.59%-
HSV(B)336.92º27.31%93.33%-
XYZ60.452.1460.31-
YUV195.28129.53158.47-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.08%
GREEN value IS 173 (67.97% from 255) = 28.41%
BLUE value IS 198 (77.73% from 255) = 32.51%
R=39.08%
G=28.41%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817319800.270.170.07336.9265.6680.59
HexEEADC601B1171514251
Octal356255306033217521102121
Binary1110111010101101110001100110111000111110101000110000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEADC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEADC6; }

 p { color: rgb(238,173,198); }

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

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

 a { background-color: rgb(238,173,198); }

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

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

 span { border-color: rgb(238,173,198); }

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