#EEACBD

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

Shades of Cupid #EEACBD

Tints of Cupid #EEACBD

Color information

#EEACBD (or 0xEEACBD) is unknown color: approx Cupid. HEX triplet: EE, AC and BD. RGB value is (238,172,189). Sum of RGB (Red+Green+Blue) = 238+172+189=599 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.73% from 599); Green value is 172 (67.58% from 255 or 28.71% from 599); Blue value is 189 (74.22% from 255 or 31.55% from 599); Max value from RGB is 238 - color contains mainly: red. Hex color #EEACBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEACBD is #115342. Grayscale: #C1C1C1. Windows color (decimal): -1135427 or 12430574. OLE color: 12430574.

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

Color convert

RGB238172189-
CMYK00.280.210.07
HSL344.55º66%80.39%-
HSV(B)344.55º27.73%93.33%-
XYZ59.251.3654.94-
YUV193.67125.37159.62-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.73%
GREEN value IS 172 (67.58% from 255) = 28.71%
BLUE value IS 189 (74.22% from 255) = 31.55%
R=39.73%
G=28.71%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817218900.280.210.07344.556680.39
HexEEACBD01C1571594250
Octal356254275034257531102120
Binary1110111010101100101111010111001010111110101100110000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEACBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEACBD; }

 p { color: rgb(238,172,189); }

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

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

 a { background-color: rgb(238,172,189); }

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

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

 span { border-color: rgb(238,172,189); }

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