#EBA9CC

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

Shades of Lavender Pink #EBA9CC

Tints of Lavender Pink #EBA9CC

Color information

#EBA9CC (or 0xEBA9CC) is unknown color: approx Lavender Pink. HEX triplet: EB, A9 and CC. RGB value is (235,169,204). Sum of RGB (Red+Green+Blue) = 235+169+204=608 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.65% from 608); Green value is 169 (66.41% from 255 or 27.80% from 608); Blue value is 204 (80.08% from 255 or 33.55% from 608); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA9CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA9CC is #145633. Grayscale: #C0C0C0. Windows color (decimal): -1332788 or 13412843. OLE color: 13412843.

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

Color convert

RGB235169204-
CMYK00.280.130.08
HSL328.18º62.26%79.22%-
HSV(B)328.18º28.09%92.16%-
XYZ59.3550.463.73-
YUV192.72134.37158.15-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.65%
GREEN value IS 169 (66.41% from 255) = 27.80%
BLUE value IS 204 (80.08% from 255) = 33.55%
R=38.65%
G=27.80%
B=33.55%

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
Decimal23516920400.280.130.08328.1862.2679.22
HexEBA9CC01CD81483e4f
Octal353251314034151051076117
Binary111010111010100111001100011100110110001010010001111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA9CC; }

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

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

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

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

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

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

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

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