#EBA5CD

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

Shades of Lavender Pink #EBA5CD

Tints of Lavender Pink #EBA5CD

Color information

#EBA5CD (or 0xEBA5CD) is unknown color: approx Lavender Pink. HEX triplet: EB, A5 and CD. RGB value is (235,165,205). Sum of RGB (Red+Green+Blue) = 235+165+205=605 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.84% from 605); Green value is 165 (64.84% from 255 or 27.27% from 605); Blue value is 205 (80.47% from 255 or 33.88% from 605); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA5CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA5CD is #145A32. Grayscale: #BEBEBE. Windows color (decimal): -1333811 or 13477355. OLE color: 13477355.

HSL color Cylindrical-coordinate representation of color #EBA5CD: hue angle of 325.71º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBA5CD is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB235165205-
CMYK00.300.130.08
HSL325.71º63.64%78.43%-
HSV(B)325.71º29.79%92.16%-
XYZ58.7448.9864.12-
YUV190.49136.19159.75-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.84%
GREEN value IS 165 (64.84% from 255) = 27.27%
BLUE value IS 205 (80.47% from 255) = 33.88%
R=38.84%
G=27.27%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516520500.300.130.08325.7163.6478.43
HexEBA5CD01ED8146404e
Octal3532453150361510506100116
Binary1110101110100101110011010111101101100010100011010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA5CD; }

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

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

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

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

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

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

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

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