#EBA6CD

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

Shades of Lavender Pink #EBA6CD

Tints of Lavender Pink #EBA6CD

Color information

#EBA6CD (or 0xEBA6CD) is unknown color: approx Lavender Pink. HEX triplet: EB, A6 and CD. RGB value is (235,166,205). Sum of RGB (Red+Green+Blue) = 235+166+205=606 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.78% from 606); Green value is 166 (65.23% from 255 or 27.39% from 606); Blue value is 205 (80.47% from 255 or 33.83% from 606); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA6CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA6CD is #145932. Grayscale: #BEBEBE. Windows color (decimal): -1333555 or 13477611. OLE color: 13477611.

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

Color convert

RGB235166205-
CMYK00.290.130.08
HSL326.09º63.3%78.63%-
HSV(B)326.09º29.36%92.16%-
XYZ58.9249.3464.18-
YUV191.08135.86159.33-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.78%
GREEN value IS 166 (65.23% from 255) = 27.39%
BLUE value IS 205 (80.47% from 255) = 33.83%
R=38.78%
G=27.39%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516620500.290.130.08326.0963.378.63
HexEBA6CD01DD81463f4f
Octal353246315035151050677117
Binary111010111010011011001101011101110110001010001101111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA6CD; }

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

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

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

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

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

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

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

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