#EFAABC

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

Shades of Cupid #EFAABC

Tints of Cupid #EFAABC

Color information

#EFAABC (or 0xEFAABC) is unknown color: approx Cupid. HEX triplet: EF, AA and BC. RGB value is (239,170,188). Sum of RGB (Red+Green+Blue) = 239+170+188=597 (79% of max value = 765). Red value is 239 (93.75% from 255 or 40.03% from 597); Green value is 170 (66.80% from 255 or 28.48% from 597); Blue value is 188 (73.83% from 255 or 31.49% from 597); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAABC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAABC is #105543. Grayscale: #C0C0C0. Windows color (decimal): -1070404 or 12364527. OLE color: 12364527.

HSL color Cylindrical-coordinate representation of color #EFAABC: hue angle of 344.35º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFAABC is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB239170188-
CMYK00.290.210.06
HSL344.35º68.32%80.2%-
HSV(B)344.35º28.87%93.73%-
XYZ59.0550.7354.26-
YUV192.68125.36161.04-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.03%
GREEN value IS 170 (66.80% from 255) = 28.48%
BLUE value IS 188 (73.83% from 255) = 31.49%
R=40.03%
G=28.48%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917018800.290.210.06344.3568.3280.2
HexEFAABC01D1561584450
Octal357252274035256530104120
Binary1110111110101010101111000111011010111010101100010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAABC; }

 p { color: rgb(239,170,188); }

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

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

 a { background-color: rgb(239,170,188); }

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

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

 span { border-color: rgb(239,170,188); }

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