#EBB5D1

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

Shades of Lavender Pink #EBB5D1

Tints of Lavender Pink #EBB5D1

Color information

#EBB5D1 (or 0xEBB5D1) is unknown color: approx Lavender Pink. HEX triplet: EB, B5 and D1. RGB value is (235,181,209). Sum of RGB (Red+Green+Blue) = 235+181+209=625 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.6% from 625); Green value is 181 (71.09% from 255 or 28.96% from 625); Blue value is 209 (82.03% from 255 or 33.44% from 625); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB5D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB5D1 is #144A2E. Grayscale: #C8C8C8. Windows color (decimal): -1329711 or 13743595. OLE color: 13743595.

HSL color Cylindrical-coordinate representation of color #EBB5D1: hue angle of 328.89º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBB5D1 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB235181209-
CMYK00.230.110.08
HSL328.89º57.45%81.57%-
HSV(B)328.89º22.98%92.16%-
XYZ62.2955.3167.71-
YUV200.34132.89152.72-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.6%
GREEN value IS 181 (71.09% from 255) = 28.96%
BLUE value IS 209 (82.03% from 255) = 33.44%
R=37.6%
G=28.96%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518120900.230.110.08328.8957.4581.57
HexEBB5D1017B81493952
Octal353265321027131051171122
Binary111010111011010111010001010111101110001010010011110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB5D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB5D1; }

 p { color: rgb(235,181,209); }

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

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

 a { background-color: rgb(235,181,209); }

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

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

 span { border-color: rgb(235,181,209); }

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