#EBA9CD

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

Shades of Lavender Pink #EBA9CD

Tints of Lavender Pink #EBA9CD

Color information

#EBA9CD (or 0xEBA9CD) is unknown color: approx Lavender Pink. HEX triplet: EB, A9 and CD. RGB value is (235,169,205). Sum of RGB (Red+Green+Blue) = 235+169+205=609 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.59% from 609); Green value is 169 (66.41% from 255 or 27.75% from 609); Blue value is 205 (80.47% from 255 or 33.66% from 609); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA9CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA9CD is #145632. Grayscale: #C0C0C0. Windows color (decimal): -1332787 or 13478379. OLE color: 13478379.

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

Color convert

RGB235169205-
CMYK00.280.130.08
HSL327.27º62.26%79.22%-
HSV(B)327.27º28.09%92.16%-
XYZ59.4750.4564.36-
YUV192.84134.87158.07-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.59%
GREEN value IS 169 (66.41% from 255) = 27.75%
BLUE value IS 205 (80.47% from 255) = 33.66%
R=38.59%
G=27.75%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516920500.280.130.08327.2762.2679.22
HexEBA9CD01CD81473e4f
Octal353251315034151050776117
Binary111010111010100111001101011100110110001010001111111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA9CD; }

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

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

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

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

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

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

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

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