#EFAABF

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

Shades of Cupid #EFAABF

Tints of Cupid #EFAABF

Color information

#EFAABF (or 0xEFAABF) is unknown color: approx Cupid. HEX triplet: EF, AA and BF. RGB value is (239,170,191). Sum of RGB (Red+Green+Blue) = 239+170+191=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 170 (66.80% from 255 or 28.33% from 600); Blue value is 191 (75% from 255 or 31.83% from 600); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAABF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAABF is #105540. Grayscale: #C1C1C1. Windows color (decimal): -1070401 or 12561135. OLE color: 12561135.

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

Color convert

RGB239170191-
CMYK00.290.200.06
HSL341.74º68.32%80.2%-
HSV(B)341.74º28.87%93.73%-
XYZ59.3850.8655.98-
YUV193.02126.86160.79-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.83%
GREEN value IS 170 (66.80% from 255) = 28.33%
BLUE value IS 191 (75% from 255) = 31.83%
R=39.83%
G=28.33%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917019100.290.200.06341.7468.3280.2
HexEFAABF01D1461564450
Octal357252277035246526104120
Binary1110111110101010101111110111011010011010101011010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAABF; }

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

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

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

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

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

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

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

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