#EFA7C3

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

Shades of Cupid #EFA7C3

Tints of Cupid #EFA7C3

Color information

#EFA7C3 (or 0xEFA7C3) is unknown color: approx Cupid. HEX triplet: EF, A7 and C3. RGB value is (239,167,195). Sum of RGB (Red+Green+Blue) = 239+167+195=601 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.77% from 601); Green value is 167 (65.62% from 255 or 27.79% from 601); Blue value is 195 (76.56% from 255 or 32.45% from 601); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA7C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA7C3 is #10583C. Grayscale: #BFBFBF. Windows color (decimal): -1071165 or 12822511. OLE color: 12822511.

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

Color convert

RGB239167195-
CMYK00.300.180.06
HSL336.67º69.23%79.61%-
HSV(B)336.67º30.13%93.73%-
XYZ59.2749.9358.14-
YUV191.72129.85161.72-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.77%
GREEN value IS 167 (65.62% from 255) = 27.79%
BLUE value IS 195 (76.56% from 255) = 32.45%
R=39.77%
G=27.79%
B=32.45%

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
Decimal23916719500.300.180.06336.6769.2379.61
HexEFA7C301E1261514550
Octal357247303036226521105120
Binary1110111110100111110000110111101001011010101000110001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA7C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA7C3; }

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

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

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

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

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

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

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

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