#EFAAC5

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

Shades of Cupid #EFAAC5

Tints of Cupid #EFAAC5

Color information

#EFAAC5 (or 0xEFAAC5) is unknown color: approx Cupid. HEX triplet: EF, AA and C5. RGB value is (239,170,197). Sum of RGB (Red+Green+Blue) = 239+170+197=606 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.44% from 606); Green value is 170 (66.80% from 255 or 28.05% from 606); Blue value is 197 (77.34% from 255 or 32.51% from 606); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAAC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAAC5 is #10553A. Grayscale: #C1C1C1. Windows color (decimal): -1070395 or 12954351. OLE color: 12954351.

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

Color convert

RGB239170197-
CMYK00.290.180.06
HSL336.52º68.32%80.2%-
HSV(B)336.52º28.87%93.73%-
XYZ60.0551.1359.53-
YUV193.71129.86160.3-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.44%
GREEN value IS 170 (66.80% from 255) = 28.05%
BLUE value IS 197 (77.34% from 255) = 32.51%
R=39.44%
G=28.05%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917019700.290.180.06336.5268.3280.2
HexEFAAC501D1261514450
Octal357252305035226521104120
Binary1110111110101010110001010111011001011010101000110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAAC5; }

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

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

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

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

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

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

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

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