#EBADBF

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

Shades of Cupid #EBADBF

Tints of Cupid #EBADBF

Color information

#EBADBF (or 0xEBADBF) is unknown color: approx Cupid. HEX triplet: EB, AD and BF. RGB value is (235,173,191). Sum of RGB (Red+Green+Blue) = 235+173+191=599 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.23% from 599); Green value is 173 (67.97% from 255 or 28.88% from 599); Blue value is 191 (75% from 255 or 31.89% from 599); Max value from RGB is 235 - color contains mainly: red. Hex color #EBADBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBADBF is #145240. Grayscale: #C1C1C1. Windows color (decimal): -1331777 or 12561899. OLE color: 12561899.

HSL color Cylindrical-coordinate representation of color #EBADBF: hue angle of 342.58º 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 #EBADBF is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB235173191-
CMYK00.260.190.08
HSL342.58º60.78%80%-
HSV(B)342.58º26.38%92.16%-
XYZ58.6151.3156.11-
YUV193.59126.54157.54-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.23%
GREEN value IS 173 (67.97% from 255) = 28.88%
BLUE value IS 191 (75% from 255) = 31.89%
R=39.23%
G=28.88%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517319100.260.190.08342.5860.7880
HexEBADBF01A1381573d50
Octal353255277032231052775120
Binary1110101110101101101111110110101001110001010101111111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBADBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBADBF; }

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

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

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

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

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

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

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

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