#EBADBC

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

Shades of Cupid #EBADBC

Tints of Cupid #EBADBC

Color information

#EBADBC (or 0xEBADBC) is unknown color: approx Cupid. HEX triplet: EB, AD and BC. RGB value is (235,173,188). Sum of RGB (Red+Green+Blue) = 235+173+188=596 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.43% from 596); Green value is 173 (67.97% from 255 or 29.03% from 596); Blue value is 188 (73.83% from 255 or 31.54% from 596); Max value from RGB is 235 - color contains mainly: red. Hex color #EBADBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBADBC is #145243. Grayscale: #C1C1C1. Windows color (decimal): -1331780 or 12365291. OLE color: 12365291.

HSL color Cylindrical-coordinate representation of color #EBADBC: hue angle of 345.48º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBADBC is Cyan = 0, Magento = 0.26, Yellow = 0.2 and Black (K on CMYK) = 0.08.

Color convert

RGB235173188-
CMYK00.260.20.08
HSL345.48º60.78%80%-
HSV(B)345.48º26.38%92.16%-
XYZ58.2851.1854.38-
YUV193.25125.04157.78-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.43%
GREEN value IS 173 (67.97% from 255) = 29.03%
BLUE value IS 188 (73.83% from 255) = 31.54%
R=39.43%
G=29.03%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.2
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517318800.260.20.08345.4860.7880
HexEBADBC01A1481593d50
Octal353255274032241053175120
Binary1110101110101101101111000110101010010001010110011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBADBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBADBC; }

 p { color: rgb(235,173,188); }

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

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

 a { background-color: rgb(235,173,188); }

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

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

 span { border-color: rgb(235,173,188); }

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