#EFADC0

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

Shades of Cupid #EFADC0

Tints of Cupid #EFADC0

Color information

#EFADC0 (or 0xEFADC0) is unknown color: approx Cupid. HEX triplet: EF, AD and C0. RGB value is (239,173,192). Sum of RGB (Red+Green+Blue) = 239+173+192=604 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.57% from 604); Green value is 173 (67.97% from 255 or 28.64% from 604); Blue value is 192 (75.39% from 255 or 31.79% from 604); Max value from RGB is 239 - color contains mainly: red. Hex color #EFADC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFADC0 is #10523F. Grayscale: #C2C2C2. Windows color (decimal): -1069632 or 12627439. OLE color: 12627439.

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

Color convert

RGB239173192-
CMYK00.280.200.06
HSL342.73º67.35%80.78%-
HSV(B)342.73º27.62%93.73%-
XYZ60.0552.0456.75-
YUV194.9126.37159.46-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.57%
GREEN value IS 173 (67.97% from 255) = 28.64%
BLUE value IS 192 (75.39% from 255) = 31.79%
R=39.57%
G=28.64%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917319200.280.200.06342.7367.3580.78
HexEFADC001C1461574351
Octal357255300034246527103121
Binary1110111110101101110000000111001010011010101011110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFADC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFADC0; }

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

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

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

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

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

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

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

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