#EFAFC8

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

Shades of Cupid #EFAFC8

Tints of Cupid #EFAFC8

Color information

#EFAFC8 (or 0xEFAFC8) is unknown color: approx Cupid. HEX triplet: EF, AF and C8. RGB value is (239,175,200). Sum of RGB (Red+Green+Blue) = 239+175+200=614 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.93% from 614); Green value is 175 (68.75% from 255 or 28.50% from 614); Blue value is 200 (78.52% from 255 or 32.57% from 614); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAFC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAFC8 is #105037. Grayscale: #C4C4C4. Windows color (decimal): -1069112 or 13152239. OLE color: 13152239.

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

Color convert

RGB239175200-
CMYK00.270.160.06
HSL336.56º66.67%81.18%-
HSV(B)336.56º26.78%93.73%-
XYZ61.3553.1861.67-
YUV196.99129.7157.97-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.93%
GREEN value IS 175 (68.75% from 255) = 28.50%
BLUE value IS 200 (78.52% from 255) = 32.57%
R=38.93%
G=28.50%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917520000.270.160.06336.5666.6781.18
HexEFAFC801B1061514351
Octal357257310033206521103121
Binary1110111110101111110010000110111000011010101000110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAFC8; }

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

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

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

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

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

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

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

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