#EBB1CE

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

Shades of Lavender Pink #EBB1CE

Tints of Lavender Pink #EBB1CE

Color information

#EBB1CE (or 0xEBB1CE) is unknown color: approx Lavender Pink. HEX triplet: EB, B1 and CE. RGB value is (235,177,206). Sum of RGB (Red+Green+Blue) = 235+177+206=618 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.03% from 618); Green value is 177 (69.53% from 255 or 28.64% from 618); Blue value is 206 (80.86% from 255 or 33.33% from 618); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB1CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB1CE is #144E31. Grayscale: #C5C5C5. Windows color (decimal): -1330738 or 13545963. OLE color: 13545963.

HSL color Cylindrical-coordinate representation of color #EBB1CE: hue angle of 330º degrees, saturation: 0.59, 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 #EBB1CE is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB235177206-
CMYK00.250.120.08
HSL330º59.18%80.78%-
HSV(B)330º24.68%92.16%-
XYZ61.1253.5665.51-
YUV197.65132.72154.64-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.03%
GREEN value IS 177 (69.53% from 255) = 28.64%
BLUE value IS 206 (80.86% from 255) = 33.33%
R=38.03%
G=28.64%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517720600.250.120.0833059.1880.78
HexEBB1CE019C814a3b51
Octal353261316031141051273121
Binary111010111011000111001110011001110010001010010101110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB1CE; }

 p { color: rgb(235,177,206); }

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

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

 a { background-color: rgb(235,177,206); }

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

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

 span { border-color: rgb(235,177,206); }

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