#EFB3BC

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

Shades of Cupid #EFB3BC

Tints of Cupid #EFB3BC

Color information

#EFB3BC (or 0xEFB3BC) is unknown color: approx Cupid. HEX triplet: EF, B3 and BC. RGB value is (239,179,188). Sum of RGB (Red+Green+Blue) = 239+179+188=606 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.44% from 606); Green value is 179 (70.31% from 255 or 29.54% from 606); Blue value is 188 (73.83% from 255 or 31.02% from 606); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB3BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB3BC is #104C43. Grayscale: #C5C5C5. Windows color (decimal): -1068100 or 12366831. OLE color: 12366831.

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

Color convert

RGB239179188-
CMYK00.250.210.06
HSL351º65.22%81.96%-
HSV(B)351º25.1%93.73%-
XYZ60.7954.2254.84-
YUV197.97122.38157.27-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.44%
GREEN value IS 179 (70.31% from 255) = 29.54%
BLUE value IS 188 (73.83% from 255) = 31.02%
R=39.44%
G=29.54%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917918800.250.210.0635165.2281.96
HexEFB3BC01915615f4152
Octal357263274031256537101122
Binary1110111110110011101111000110011010111010101111110000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB3BC; }

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

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

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

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

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

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

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

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