#EFAEC6

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

Shades of Cupid #EFAEC6

Tints of Cupid #EFAEC6

Color information

#EFAEC6 (or 0xEFAEC6) is unknown color: approx Cupid. HEX triplet: EF, AE and C6. RGB value is (239,174,198). Sum of RGB (Red+Green+Blue) = 239+174+198=611 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.12% from 611); Green value is 174 (68.36% from 255 or 28.48% from 611); Blue value is 198 (77.73% from 255 or 32.41% from 611); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAEC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAEC6 is #105139. Grayscale: #C4C4C4. Windows color (decimal): -1069370 or 13020911. OLE color: 13020911.

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

Color convert

RGB239174198-
CMYK00.270.170.06
HSL337.85º67.01%80.98%-
HSV(B)337.85º27.2%93.73%-
XYZ60.9352.760.39-
YUV196.17129.03158.55-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.12%
GREEN value IS 174 (68.36% from 255) = 28.48%
BLUE value IS 198 (77.73% from 255) = 32.41%
R=39.12%
G=28.48%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917419800.270.170.06337.8567.0180.98
HexEFAEC601B1161524351
Octal357256306033216522103121
Binary1110111110101110110001100110111000111010101001010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAEC6; }

 p { color: rgb(239,174,198); }

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

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

 a { background-color: rgb(239,174,198); }

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

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

 span { border-color: rgb(239,174,198); }

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