#EBAFBD

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

Shades of Cupid #EBAFBD

Tints of Cupid #EBAFBD

Color information

#EBAFBD (or 0xEBAFBD) is unknown color: approx Cupid. HEX triplet: EB, AF and BD. RGB value is (235,175,189). Sum of RGB (Red+Green+Blue) = 235+175+189=599 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.23% from 599); Green value is 175 (68.75% from 255 or 29.22% from 599); Blue value is 189 (74.22% from 255 or 31.55% from 599); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAFBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAFBD is #145042. Grayscale: #C2C2C2. Windows color (decimal): -1331267 or 12431339. OLE color: 12431339.

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

Color convert

RGB235175189-
CMYK00.260.200.08
HSL346º60%80.39%-
HSV(B)346º25.53%92.16%-
XYZ58.785255.08-
YUV194.54124.88156.86-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.23%
GREEN value IS 175 (68.75% from 255) = 29.22%
BLUE value IS 189 (74.22% from 255) = 31.55%
R=39.23%
G=29.22%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517518900.260.200.083466080.39
HexEBAFBD01A14815a3c50
Octal353257275032241053274120
Binary1110101110101111101111010110101010010001010110101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAFBD; }

 p { color: rgb(235,175,189); }

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

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

 a { background-color: rgb(235,175,189); }

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

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

 span { border-color: rgb(235,175,189); }

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