#EFACC0

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

Shades of Cupid #EFACC0

Tints of Cupid #EFACC0

Color information

#EFACC0 (or 0xEFACC0) is unknown color: approx Cupid. HEX triplet: EF, AC and C0. RGB value is (239,172,192). Sum of RGB (Red+Green+Blue) = 239+172+192=603 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.64% from 603); Green value is 172 (67.58% from 255 or 28.52% from 603); Blue value is 192 (75.39% from 255 or 31.84% from 603); Max value from RGB is 239 - color contains mainly: red. Hex color #EFACC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFACC0 is #10533F. Grayscale: #C2C2C2. Windows color (decimal): -1069888 or 12627183. OLE color: 12627183.

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

Color convert

RGB239172192-
CMYK00.280.200.06
HSL342.09º67.68%80.59%-
HSV(B)342.09º28.03%93.73%-
XYZ59.8651.6656.69-
YUV194.31126.7159.87-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.64%
GREEN value IS 172 (67.58% from 255) = 28.52%
BLUE value IS 192 (75.39% from 255) = 31.84%
R=39.64%
G=28.52%
B=31.84%

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
Decimal23917219200.280.200.06342.0967.6880.59
HexEFACC001C1461564451
Octal357254300034246526104121
Binary1110111110101100110000000111001010011010101011010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFACC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFACC0; }

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

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

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

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

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

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

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

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