#EBABC4

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

Shades of Cupid #EBABC4

Tints of Cupid #EBABC4

Color information

#EBABC4 (or 0xEBABC4) is unknown color: approx Cupid. HEX triplet: EB, AB and C4. RGB value is (235,171,196). Sum of RGB (Red+Green+Blue) = 235+171+196=602 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.04% from 602); Green value is 171 (67.19% from 255 or 28.41% from 602); Blue value is 196 (76.95% from 255 or 32.56% from 602); Max value from RGB is 235 - color contains mainly: red. Hex color #EBABC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBABC4 is #14543B. Grayscale: #C0C0C0. Windows color (decimal): -1332284 or 12889067. OLE color: 12889067.

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

Color convert

RGB235171196-
CMYK00.270.170.08
HSL336.56º61.54%79.61%-
HSV(B)336.56º27.23%92.16%-
XYZ58.7950.7758.93-
YUV192.99129.7157.97-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.04%
GREEN value IS 171 (67.19% from 255) = 28.41%
BLUE value IS 196 (76.95% from 255) = 32.56%
R=39.04%
G=28.41%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517119600.270.170.08336.5661.5479.61
HexEBABC401B1181513e50
Octal353253304033211052176120
Binary1110101110101011110001000110111000110001010100011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBABC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBABC4; }

 p { color: rgb(235,171,196); }

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

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

 a { background-color: rgb(235,171,196); }

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

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

 span { border-color: rgb(235,171,196); }

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