#EFA8C0

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

Shades of Cupid #EFA8C0

Tints of Cupid #EFA8C0

Color information

#EFA8C0 (or 0xEFA8C0) is unknown color: approx Cupid. HEX triplet: EF, A8 and C0. RGB value is (239,168,192). Sum of RGB (Red+Green+Blue) = 239+168+192=599 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.90% from 599); Green value is 168 (66.02% from 255 or 28.05% from 599); Blue value is 192 (75.39% from 255 or 32.05% from 599); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA8C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA8C0 is #10573F. Grayscale: #BFBFBF. Windows color (decimal): -1070912 or 12626159. OLE color: 12626159.

HSL color Cylindrical-coordinate representation of color #EFA8C0: hue angle of 339.72º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFA8C0 is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB239168192-
CMYK00.300.200.06
HSL339.72º68.93%79.8%-
HSV(B)339.72º29.71%93.73%-
XYZ59.1150.1656.44-
YUV191.96128.02161.55-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.90%
GREEN value IS 168 (66.02% from 255) = 28.05%
BLUE value IS 192 (75.39% from 255) = 32.05%
R=39.90%
G=28.05%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916819200.300.200.06339.7268.9379.8
HexEFA8C001E1461544550
Octal357250300036246524105120
Binary1110111110101000110000000111101010011010101010010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA8C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA8C0; }

 p { color: rgb(239,168,192); }

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

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

 a { background-color: rgb(239,168,192); }

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

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

 span { border-color: rgb(239,168,192); }

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