#EFAAC4

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

Shades of Cupid #EFAAC4

Tints of Cupid #EFAAC4

Color information

#EFAAC4 (or 0xEFAAC4) is unknown color: approx Cupid. HEX triplet: EF, AA and C4. RGB value is (239,170,196). Sum of RGB (Red+Green+Blue) = 239+170+196=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 170 (66.80% from 255 or 28.10% from 605); Blue value is 196 (76.95% from 255 or 32.40% from 605); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAAC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAAC4 is #10553B. Grayscale: #C1C1C1. Windows color (decimal): -1070396 or 12888815. OLE color: 12888815.

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

Color convert

RGB239170196-
CMYK00.290.180.06
HSL337.39º68.32%80.2%-
HSV(B)337.39º28.87%93.73%-
XYZ59.9451.0958.93-
YUV193.59129.36160.39-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.50%
GREEN value IS 170 (66.80% from 255) = 28.10%
BLUE value IS 196 (76.95% from 255) = 32.40%
R=39.50%
G=28.10%
B=32.40%

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
Decimal23917019600.290.180.06337.3968.3280.2
HexEFAAC401D1261514450
Octal357252304035226521104120
Binary1110111110101010110001000111011001011010101000110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAAC4; }

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

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

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

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

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

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

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

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