#EBAEBF

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

Shades of Cupid #EBAEBF

Tints of Cupid #EBAEBF

Color information

#EBAEBF (or 0xEBAEBF) is unknown color: approx Cupid. HEX triplet: EB, AE and BF. RGB value is (235,174,191). Sum of RGB (Red+Green+Blue) = 235+174+191=600 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.17% from 600); Green value is 174 (68.36% from 255 or 29% from 600); Blue value is 191 (75% from 255 or 31.83% from 600); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAEBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAEBF is #145140. Grayscale: #C2C2C2. Windows color (decimal): -1331521 or 12562155. OLE color: 12562155.

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

Color convert

RGB235174191-
CMYK00.260.190.08
HSL343.28º60.4%80.2%-
HSV(B)343.28º25.96%92.16%-
XYZ58.851.756.17-
YUV194.18126.21157.12-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.17%
GREEN value IS 174 (68.36% from 255) = 29%
BLUE value IS 191 (75% from 255) = 31.83%
R=39.17%
G=29%
B=31.83%

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
Decimal23517419100.260.190.08343.2860.480.2
HexEBAEBF01A1381573c50
Octal353256277032231052774120
Binary1110101110101110101111110110101001110001010101111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAEBF; }

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

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

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

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

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

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

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

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