#EEA8BE

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

Shades of Cupid #EEA8BE

Tints of Cupid #EEA8BE

Color information

#EEA8BE (or 0xEEA8BE) is unknown color: approx Cupid. HEX triplet: EE, A8 and BE. RGB value is (238,168,190). Sum of RGB (Red+Green+Blue) = 238+168+190=596 (78% of max value = 765). Red value is 238 (93.36% from 255 or 39.93% from 596); Green value is 168 (66.02% from 255 or 28.19% from 596); Blue value is 190 (74.61% from 255 or 31.88% from 596); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA8BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA8BE is #115741. Grayscale: #BFBFBF. Windows color (decimal): -1136450 or 12495086. OLE color: 12495086.

HSL color Cylindrical-coordinate representation of color #EEA8BE: hue angle of 341.14º 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 #EEA8BE is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB238168190-
CMYK00.290.200.07
HSL341.14º67.31%79.61%-
HSV(B)341.14º29.41%93.33%-
XYZ58.5649.955.26-
YUV191.44127.19161.21-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.93%
GREEN value IS 168 (66.02% from 255) = 28.19%
BLUE value IS 190 (74.61% from 255) = 31.88%
R=39.93%
G=28.19%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816819000.290.200.07341.1467.3179.61
HexEEA8BE01D1471554350
Octal356250276035247525103120
Binary1110111010101000101111100111011010011110101010110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA8BE; }

 p { color: rgb(238,168,190); }

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

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

 a { background-color: rgb(238,168,190); }

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

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

 span { border-color: rgb(238,168,190); }

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