#EFB4BC

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

Shades of Cupid #EFB4BC

Tints of Cupid #EFB4BC

Color information

#EFB4BC (or 0xEFB4BC) is unknown color: approx Cupid. HEX triplet: EF, B4 and BC. RGB value is (239,180,188). Sum of RGB (Red+Green+Blue) = 239+180+188=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 180 (70.70% from 255 or 29.65% from 607); Blue value is 188 (73.83% from 255 or 30.97% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB4BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB4BC is #104B43. Grayscale: #C6C6C6. Windows color (decimal): -1067844 or 12367087. OLE color: 12367087.

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

Color convert

RGB239180188-
CMYK00.250.210.06
HSL351.86º64.84%82.16%-
HSV(B)351.86º24.69%93.73%-
XYZ60.9954.6254.91-
YUV198.55122.05156.85-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.37%
GREEN value IS 180 (70.70% from 255) = 29.65%
BLUE value IS 188 (73.83% from 255) = 30.97%
R=39.37%
G=29.65%
B=30.97%

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
Decimal23918018800.250.210.06351.8664.8482.16
HexEFB4BC0191561604152
Octal357264274031256540101122
Binary1110111110110100101111000110011010111010110000010000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB4BC; }

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

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

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

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

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

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

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

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