#EFADC1

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

Shades of Cupid #EFADC1

Tints of Cupid #EFADC1

Color information

#EFADC1 (or 0xEFADC1) is unknown color: approx Cupid. HEX triplet: EF, AD and C1. RGB value is (239,173,193). Sum of RGB (Red+Green+Blue) = 239+173+193=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 173 (67.97% from 255 or 28.60% from 605); Blue value is 193 (75.78% from 255 or 31.90% from 605); Max value from RGB is 239 - color contains mainly: red. Hex color #EFADC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFADC1 is #10523E. Grayscale: #C2C2C2. Windows color (decimal): -1069631 or 12692975. OLE color: 12692975.

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

Color convert

RGB239173193-
CMYK00.280.190.06
HSL341.82º67.35%80.78%-
HSV(B)341.82º27.62%93.73%-
XYZ60.1752.0957.34-
YUV195.01126.87159.37-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.50%
GREEN value IS 173 (67.97% from 255) = 28.60%
BLUE value IS 193 (75.78% from 255) = 31.90%
R=39.50%
G=28.60%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917319300.280.190.06341.8267.3580.78
HexEFADC101C1361564351
Octal357255301034236526103121
Binary1110111110101101110000010111001001111010101011010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFADC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFADC1; }

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

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

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

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

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

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

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

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