#EFAABE

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

Shades of Cupid #EFAABE

Tints of Cupid #EFAABE

Color information

#EFAABE (or 0xEFAABE) is unknown color: approx Cupid. HEX triplet: EF, AA and BE. RGB value is (239,170,190). Sum of RGB (Red+Green+Blue) = 239+170+190=599 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.90% from 599); Green value is 170 (66.80% from 255 or 28.38% from 599); Blue value is 190 (74.61% from 255 or 31.72% from 599); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAABE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAABE is #105541. Grayscale: #C0C0C0. Windows color (decimal): -1070402 or 12495599. OLE color: 12495599.

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

Color convert

RGB239170190-
CMYK00.290.210.06
HSL342.61º68.32%80.2%-
HSV(B)342.61º28.87%93.73%-
XYZ59.2750.8255.4-
YUV192.91126.36160.87-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.90%
GREEN value IS 170 (66.80% from 255) = 28.38%
BLUE value IS 190 (74.61% from 255) = 31.72%
R=39.90%
G=28.38%
B=31.72%

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
Decimal23917019000.290.210.06342.6168.3280.2
HexEFAABE01D1561574450
Octal357252276035256527104120
Binary1110111110101010101111100111011010111010101011110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAABE; }

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

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

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

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

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

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

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

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