#EBADC0

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

Shades of Cupid #EBADC0

Tints of Cupid #EBADC0

Color information

#EBADC0 (or 0xEBADC0) is unknown color: approx Cupid. HEX triplet: EB, AD and C0. RGB value is (235,173,192). Sum of RGB (Red+Green+Blue) = 235+173+192=600 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.17% from 600); Green value is 173 (67.97% from 255 or 28.83% from 600); Blue value is 192 (75.39% from 255 or 32% from 600); Max value from RGB is 235 - color contains mainly: red. Hex color #EBADC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBADC0 is #14523F. Grayscale: #C1C1C1. Windows color (decimal): -1331776 or 12627435. OLE color: 12627435.

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

Color convert

RGB235173192-
CMYK00.260.180.08
HSL341.61º60.78%80%-
HSV(B)341.61º26.38%92.16%-
XYZ58.7251.3656.69-
YUV193.7127.04157.46-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.17%
GREEN value IS 173 (67.97% from 255) = 28.83%
BLUE value IS 192 (75.39% from 255) = 32%
R=39.17%
G=28.83%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517319200.260.180.08341.6160.7880
HexEBADC001A1281563d50
Octal353255300032221052675120
Binary1110101110101101110000000110101001010001010101101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBADC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBADC0; }

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

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

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

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

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

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

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

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