#EFB0BF

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

Shades of Cupid #EFB0BF

Tints of Cupid #EFB0BF

Color information

#EFB0BF (or 0xEFB0BF) is unknown color: approx Cupid. HEX triplet: EF, B0 and BF. RGB value is (239,176,191). Sum of RGB (Red+Green+Blue) = 239+176+191=606 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.44% from 606); Green value is 176 (69.14% from 255 or 29.04% from 606); Blue value is 191 (75% from 255 or 31.52% from 606); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB0BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB0BF is #104F40. Grayscale: #C4C4C4. Windows color (decimal): -1068865 or 12562671. OLE color: 12562671.

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

Color convert

RGB239176191-
CMYK00.260.200.06
HSL345.71º66.32%81.37%-
HSV(B)345.71º26.36%93.73%-
XYZ60.5353.1656.36-
YUV196.55124.87158.28-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.44%
GREEN value IS 176 (69.14% from 255) = 29.04%
BLUE value IS 191 (75% from 255) = 31.52%
R=39.44%
G=29.04%
B=31.52%

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
Decimal23917619100.260.200.06345.7166.3281.37
HexEFB0BF01A14615a4251
Octal357260277032246532102121
Binary1110111110110000101111110110101010011010101101010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB0BF; }

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

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

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

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

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

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

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

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