#EFADC7

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

Shades of Cupid #EFADC7

Tints of Cupid #EFADC7

Color information

#EFADC7 (or 0xEFADC7) is unknown color: approx Cupid. HEX triplet: EF, AD and C7. RGB value is (239,173,199). Sum of RGB (Red+Green+Blue) = 239+173+199=611 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.12% from 611); Green value is 173 (67.97% from 255 or 28.31% from 611); Blue value is 199 (78.12% from 255 or 32.57% from 611); Max value from RGB is 239 - color contains mainly: red. Hex color #EFADC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFADC7 is #105238. Grayscale: #C3C3C3. Windows color (decimal): -1069625 or 13086191. OLE color: 13086191.

HSL color Cylindrical-coordinate representation of color #EFADC7: hue angle of 336.36º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFADC7 is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB239173199-
CMYK00.280.170.06
HSL336.36º67.35%80.78%-
HSV(B)336.36º27.62%93.73%-
XYZ60.8552.3660.93-
YUV195.7129.87158.89-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.12%
GREEN value IS 173 (67.97% from 255) = 28.31%
BLUE value IS 199 (78.12% from 255) = 32.57%
R=39.12%
G=28.31%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917319900.280.170.06336.3667.3580.78
HexEFADC701C1161504351
Octal357255307034216520103121
Binary1110111110101101110001110111001000111010101000010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFADC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFADC7; }

 p { color: rgb(239,173,199); }

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

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

 a { background-color: rgb(239,173,199); }

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

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

 span { border-color: rgb(239,173,199); }

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