#EFAFC6

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

Shades of Cupid #EFAFC6

Tints of Cupid #EFAFC6

Color information

#EFAFC6 (or 0xEFAFC6) is unknown color: approx Cupid. HEX triplet: EF, AF and C6. RGB value is (239,175,198). Sum of RGB (Red+Green+Blue) = 239+175+198=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 175 (68.75% from 255 or 28.59% from 612); Blue value is 198 (77.73% from 255 or 32.35% from 612); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAFC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAFC6 is #105039. Grayscale: #C4C4C4. Windows color (decimal): -1069114 or 13021167. OLE color: 13021167.

HSL color Cylindrical-coordinate representation of color #EFAFC6: hue angle of 338.44º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EFAFC6 is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB239175198-
CMYK00.270.170.06
HSL338.44º66.67%81.18%-
HSV(B)338.44º26.78%93.73%-
XYZ61.1253.0960.45-
YUV196.76128.7158.13-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.05%
GREEN value IS 175 (68.75% from 255) = 28.59%
BLUE value IS 198 (77.73% from 255) = 32.35%
R=39.05%
G=28.59%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917519800.270.170.06338.4466.6781.18
HexEFAFC601B1161524351
Octal357257306033216522103121
Binary1110111110101111110001100110111000111010101001010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAFC6; }

 p { color: rgb(239,175,198); }

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

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

 a { background-color: rgb(239,175,198); }

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

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

 span { border-color: rgb(239,175,198); }

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