#EFB2BF

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

Shades of Cupid #EFB2BF

Tints of Cupid #EFB2BF

Color information

#EFB2BF (or 0xEFB2BF) is unknown color: approx Cupid. HEX triplet: EF, B2 and BF. RGB value is (239,178,191). Sum of RGB (Red+Green+Blue) = 239+178+191=608 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.31% from 608); Green value is 178 (69.92% from 255 or 29.28% from 608); Blue value is 191 (75% from 255 or 31.41% from 608); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB2BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB2BF is #104D40. Grayscale: #C5C5C5. Windows color (decimal): -1068353 or 12563183. OLE color: 12563183.

HSL color Cylindrical-coordinate representation of color #EFB2BF: hue angle of 347.21º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFB2BF is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB239178191-
CMYK00.260.200.06
HSL347.21º65.59%81.76%-
HSV(B)347.21º25.52%93.73%-
XYZ60.9253.9556.49-
YUV197.72124.21157.44-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.31%
GREEN value IS 178 (69.92% from 255) = 29.28%
BLUE value IS 191 (75% from 255) = 31.41%
R=39.31%
G=29.28%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917819100.260.200.06347.2165.5981.76
HexEFB2BF01A14615b4252
Octal357262277032246533102122
Binary1110111110110010101111110110101010011010101101110000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB2BF; }

 p { color: rgb(239,178,191); }

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

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

 a { background-color: rgb(239,178,191); }

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

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

 span { border-color: rgb(239,178,191); }

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