#EFA8C3

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

Shades of Cupid #EFA8C3

Tints of Cupid #EFA8C3

Color information

#EFA8C3 (or 0xEFA8C3) is unknown color: approx Cupid. HEX triplet: EF, A8 and C3. RGB value is (239,168,195). Sum of RGB (Red+Green+Blue) = 239+168+195=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 168 (66.02% from 255 or 27.91% from 602); Blue value is 195 (76.56% from 255 or 32.39% from 602); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA8C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA8C3 is #10573C. Grayscale: #C0C0C0. Windows color (decimal): -1070909 or 12822767. OLE color: 12822767.

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

Color convert

RGB239168195-
CMYK00.300.180.06
HSL337.18º68.93%79.8%-
HSV(B)337.18º29.71%93.73%-
XYZ59.4550.358.2-
YUV192.31129.52161.3-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.70%
GREEN value IS 168 (66.02% from 255) = 27.91%
BLUE value IS 195 (76.56% from 255) = 32.39%
R=39.70%
G=27.91%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916819500.300.180.06337.1868.9379.8
HexEFA8C301E1261514550
Octal357250303036226521105120
Binary1110111110101000110000110111101001011010101000110001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA8C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA8C3; }

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

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

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

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

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

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

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

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