#EFAABD

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

Shades of Cupid #EFAABD

Tints of Cupid #EFAABD

Color information

#EFAABD (or 0xEFAABD) is unknown color: approx Cupid. HEX triplet: EF, AA and BD. RGB value is (239,170,189). Sum of RGB (Red+Green+Blue) = 239+170+189=598 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.97% from 598); Green value is 170 (66.80% from 255 or 28.43% from 598); Blue value is 189 (74.22% from 255 or 31.61% from 598); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAABD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAABD is #105542. Grayscale: #C0C0C0. Windows color (decimal): -1070403 or 12430063. OLE color: 12430063.

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

Color convert

RGB239170189-
CMYK00.290.210.06
HSL343.48º68.32%80.2%-
HSV(B)343.48º28.87%93.73%-
XYZ59.1650.7754.83-
YUV192.8125.86160.96-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.97%
GREEN value IS 170 (66.80% from 255) = 28.43%
BLUE value IS 189 (74.22% from 255) = 31.61%
R=39.97%
G=28.43%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917018900.290.210.06343.4868.3280.2
HexEFAABD01D1561574450
Octal357252275035256527104120
Binary1110111110101010101111010111011010111010101011110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAABD; }

 p { color: rgb(239,170,189); }

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

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

 a { background-color: rgb(239,170,189); }

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

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

 span { border-color: rgb(239,170,189); }

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