#EFAFC3

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

Shades of Cupid #EFAFC3

Tints of Cupid #EFAFC3

Color information

#EFAFC3 (or 0xEFAFC3) is unknown color: approx Cupid. HEX triplet: EF, AF and C3. RGB value is (239,175,195). Sum of RGB (Red+Green+Blue) = 239+175+195=609 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.24% from 609); Green value is 175 (68.75% from 255 or 28.74% from 609); Blue value is 195 (76.56% from 255 or 32.02% from 609); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAFC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAFC3 is #10503C. Grayscale: #C4C4C4. Windows color (decimal): -1069117 or 12824559. OLE color: 12824559.

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

Color convert

RGB239175195-
CMYK00.270.180.06
HSL341.25º66.67%81.18%-
HSV(B)341.25º26.78%93.73%-
XYZ60.7852.9558.65-
YUV196.42127.2158.37-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.24%
GREEN value IS 175 (68.75% from 255) = 28.74%
BLUE value IS 195 (76.56% from 255) = 32.02%
R=39.24%
G=28.74%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917519500.270.180.06341.2566.6781.18
HexEFAFC301B1261554351
Octal357257303033226525103121
Binary1110111110101111110000110110111001011010101010110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAFC3; }

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

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

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

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

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

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

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

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