#eb9cd1

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

Shades of Lavender Rose #EB9CD1

Tints of Lavender Rose #EB9CD1

Color information

#EB9CD1 (or 0xEB9CD1) is unknown color: approx Lavender Rose. HEX triplet: EB, 9C and D1. RGB value is (235,156,209). Sum of RGB (Red+Green+Blue) = 235+156+209=600 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.17% from 600); Green value is 156 (61.33% from 255 or 26% from 600); Blue value is 209 (82.03% from 255 or 34.83% from 600); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9CD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9CD1 is #14632E. Grayscale: #B9B9B9. Windows color (decimal): -1336111 or 13737195. OLE color: 13737195.

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

Color convert

RGB235156209-
CMYK00.340.110.08
HSL319.75º66.39%76.67%-
HSV(B)319.75º33.62%92.16%-
XYZ57.6646.0466.17-
YUV185.66141.17163.19-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.17%
GREEN value IS 156 (61.33% from 255) = 26%
BLUE value IS 209 (82.03% from 255) = 34.83%
R=39.17%
G=26%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515620900.340.110.08319.7566.3976.67
HexEB9CD1022B8140424d
Octal3532343210421310500102115
Binary11101011100111001101000101000101011100010100000010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eb9cd1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eb9cd1; }

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

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

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

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

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

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

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

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