#EFABC4

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

Shades of Cupid #EFABC4

Tints of Cupid #EFABC4

Color information

#EFABC4 (or 0xEFABC4) is unknown color: approx Cupid. HEX triplet: EF, AB and C4. RGB value is (239,171,196). Sum of RGB (Red+Green+Blue) = 239+171+196=606 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.44% from 606); Green value is 171 (67.19% from 255 or 28.22% from 606); Blue value is 196 (76.95% from 255 or 32.34% from 606); Max value from RGB is 239 - color contains mainly: red. Hex color #EFABC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFABC4 is #10543B. Grayscale: #C2C2C2. Windows color (decimal): -1070140 or 12889071. OLE color: 12889071.

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

Color convert

RGB239171196-
CMYK00.280.180.06
HSL337.94º68%80.39%-
HSV(B)337.94º28.45%93.73%-
XYZ60.1251.4658.99-
YUV194.18129.03159.97-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.44%
GREEN value IS 171 (67.19% from 255) = 28.22%
BLUE value IS 196 (76.95% from 255) = 32.34%
R=39.44%
G=28.22%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917119600.280.180.06337.946880.39
HexEFABC401C1261524450
Octal357253304034226522104120
Binary1110111110101011110001000111001001011010101001010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFABC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFABC4; }

 p { color: rgb(239,171,196); }

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

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

 a { background-color: rgb(239,171,196); }

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

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

 span { border-color: rgb(239,171,196); }

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