#EB9DD5

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

Shades of Lavender Rose #EB9DD5

Tints of Lavender Rose #EB9DD5

Color information

#EB9DD5 (or 0xEB9DD5) is unknown color: approx Lavender Rose. HEX triplet: EB, 9D and D5. RGB value is (235,157,213). Sum of RGB (Red+Green+Blue) = 235+157+213=605 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.84% from 605); Green value is 157 (61.72% from 255 or 25.95% from 605); Blue value is 213 (83.59% from 255 or 35.21% from 605); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9DD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9DD5 is #14622A. Grayscale: #BABABA. Windows color (decimal): -1335851 or 13999595. OLE color: 13999595.

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

Color convert

RGB235157213-
CMYK00.330.090.08
HSL316.92º66.1%76.86%-
HSV(B)316.92º33.19%92.16%-
XYZ58.3346.5868.87-
YUV186.71142.84162.45-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.84%
GREEN value IS 157 (61.72% from 255) = 25.95%
BLUE value IS 213 (83.59% from 255) = 35.21%
R=38.84%
G=25.95%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515721300.330.090.08316.9266.176.86
HexEB9DD50219813d424d
Octal3532353250411110475102115
Binary11101011100111011101010101000011001100010011110110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9DD5; }

 p { color: rgb(235,157,213); }

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

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

 a { background-color: rgb(235,157,213); }

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

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

 span { border-color: rgb(235,157,213); }

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