#EEA8C3

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

Shades of Cupid #EEA8C3

Tints of Cupid #EEA8C3

Color information

#EEA8C3 (or 0xEEA8C3) is unknown color: approx Cupid. HEX triplet: EE, A8 and C3. RGB value is (238,168,195). Sum of RGB (Red+Green+Blue) = 238+168+195=601 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.60% from 601); Green value is 168 (66.02% from 255 or 27.95% from 601); Blue value is 195 (76.56% from 255 or 32.45% from 601); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA8C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA8C3 is #11573C. Grayscale: #BFBFBF. Windows color (decimal): -1136445 or 12822766. OLE color: 12822766.

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

Color convert

RGB238168195-
CMYK00.290.180.07
HSL336.86º67.31%79.61%-
HSV(B)336.86º29.41%93.33%-
XYZ59.1150.1258.19-
YUV192.01129.69160.8-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.60%
GREEN value IS 168 (66.02% from 255) = 27.95%
BLUE value IS 195 (76.56% from 255) = 32.45%
R=39.60%
G=27.95%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816819500.290.180.07336.8667.3179.61
HexEEA8C301D1271514350
Octal356250303035227521103120
Binary1110111010101000110000110111011001011110101000110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA8C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA8C3; }

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

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

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

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

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

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

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

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