#EEA9BC

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

Shades of Cupid #EEA9BC

Tints of Cupid #EEA9BC

Color information

#EEA9BC (or 0xEEA9BC) is unknown color: approx Cupid. HEX triplet: EE, A9 and BC. RGB value is (238,169,188). Sum of RGB (Red+Green+Blue) = 238+169+188=595 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40% from 595); Green value is 169 (66.41% from 255 or 28.40% from 595); Blue value is 188 (73.83% from 255 or 31.60% from 595); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA9BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA9BC is #115643. Grayscale: #BFBFBF. Windows color (decimal): -1136196 or 12364270. OLE color: 12364270.

HSL color Cylindrical-coordinate representation of color #EEA9BC: hue angle of 343.48º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EEA9BC is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB238169188-
CMYK00.290.210.07
HSL343.48º66.99%79.8%-
HSV(B)343.48º28.99%93.33%-
XYZ58.5250.1854.18-
YUV191.8125.86160.96-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40%
GREEN value IS 169 (66.41% from 255) = 28.40%
BLUE value IS 188 (73.83% from 255) = 31.60%
R=40%
G=28.40%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816918800.290.210.07343.4866.9979.8
HexEEA9BC01D1571574350
Octal356251274035257527103120
Binary1110111010101001101111000111011010111110101011110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA9BC; }

 p { color: rgb(238,169,188); }

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

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

 a { background-color: rgb(238,169,188); }

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

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

 span { border-color: rgb(238,169,188); }

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