#EBA9D4

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

Shades of Lavender Pink #EBA9D4

Tints of Lavender Pink #EBA9D4

Color information

#EBA9D4 (or 0xEBA9D4) is unknown color: approx Lavender Pink. HEX triplet: EB, A9 and D4. RGB value is (235,169,212). Sum of RGB (Red+Green+Blue) = 235+169+212=616 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.15% from 616); Green value is 169 (66.41% from 255 or 27.44% from 616); Blue value is 212 (83.20% from 255 or 34.42% from 616); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA9D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA9D4 is #14562B. Grayscale: #C1C1C1. Windows color (decimal): -1332780 or 13937131. OLE color: 13937131.

HSL color Cylindrical-coordinate representation of color #EBA9D4: hue angle of 320.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 #EBA9D4 is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB235169212-
CMYK00.280.100.08
HSL320.91º62.26%79.22%-
HSV(B)320.91º28.09%92.16%-
XYZ60.3350.7968.91-
YUV193.64138.37157.5-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.15%
GREEN value IS 169 (66.41% from 255) = 27.44%
BLUE value IS 212 (83.20% from 255) = 34.42%
R=38.15%
G=27.44%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516921200.280.100.08320.9162.2679.22
HexEBA9D401CA81413e4f
Octal353251324034121050176117
Binary111010111010100111010100011100101010001010000011111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA9D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA9D4; }

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

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

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

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

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

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

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

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