#EBB0D0

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

Shades of Lavender Pink #EBB0D0

Tints of Lavender Pink #EBB0D0

Color information

#EBB0D0 (or 0xEBB0D0) is unknown color: approx Lavender Pink. HEX triplet: EB, B0 and D0. RGB value is (235,176,208). Sum of RGB (Red+Green+Blue) = 235+176+208=619 (81% of max value = 765). Red value is 235 (92.19% from 255 or 37.96% from 619); Green value is 176 (69.14% from 255 or 28.43% from 619); Blue value is 208 (81.64% from 255 or 33.60% from 619); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB0D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB0D0 is #144F2F. Grayscale: #C5C5C5. Windows color (decimal): -1330992 or 13676779. OLE color: 13676779.

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

Color convert

RGB235176208-
CMYK00.250.110.08
HSL327.46º59.6%80.59%-
HSV(B)327.46º25.11%92.16%-
XYZ61.1753.2766.73-
YUV197.29134.05154.9-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.96%
GREEN value IS 176 (69.14% from 255) = 28.43%
BLUE value IS 208 (81.64% from 255) = 33.60%
R=37.96%
G=28.43%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517620800.250.110.08327.4659.680.59
HexEBB0D0019B81473c51
Octal353260320031131050774121
Binary111010111011000011010000011001101110001010001111111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB0D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB0D0; }

 p { color: rgb(235,176,208); }

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

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

 a { background-color: rgb(235,176,208); }

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

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

 span { border-color: rgb(235,176,208); }

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