#EBA9C9

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

Shades of Lavender Pink #EBA9C9

Tints of Lavender Pink #EBA9C9

Color information

#EBA9C9 (or 0xEBA9C9) is unknown color: approx Lavender Pink. HEX triplet: EB, A9 and C9. RGB value is (235,169,201). Sum of RGB (Red+Green+Blue) = 235+169+201=605 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.84% from 605); Green value is 169 (66.41% from 255 or 27.93% from 605); Blue value is 201 (78.91% from 255 or 33.22% from 605); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA9C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA9C9 is #145636. Grayscale: #C0C0C0. Windows color (decimal): -1332791 or 13216235. OLE color: 13216235.

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

Color convert

RGB235169201-
CMYK00.280.140.08
HSL330.91º62.26%79.22%-
HSV(B)330.91º28.09%92.16%-
XYZ58.9950.2661.85-
YUV192.38132.87158.4-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.84%
GREEN value IS 169 (66.41% from 255) = 27.93%
BLUE value IS 201 (78.91% from 255) = 33.22%
R=38.84%
G=27.93%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516920100.280.140.08330.9162.2679.22
HexEBA9C901CE814b3e4f
Octal353251311034161051376117
Binary111010111010100111001001011100111010001010010111111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA9C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA9C9; }

 p { color: rgb(235,169,201); }

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

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

 a { background-color: rgb(235,169,201); }

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

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

 span { border-color: rgb(235,169,201); }

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