#EB9CDD

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

Shades of Lavender Rose #EB9CDD

Tints of Lavender Rose #EB9CDD

Color information

#EB9CDD (or 0xEB9CDD) is unknown color: approx Lavender Rose. HEX triplet: EB, 9C and DD. RGB value is (235,156,221). Sum of RGB (Red+Green+Blue) = 235+156+221=612 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.40% from 612); Green value is 156 (61.33% from 255 or 25.49% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9CDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9CDD is #146322. Grayscale: #BABABA. Windows color (decimal): -1336099 or 14523627. OLE color: 14523627.

HSL color Cylindrical-coordinate representation of color #EB9CDD: hue angle of 310.63º 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 #EB9CDD is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB235156221-
CMYK00.340.060.08
HSL310.63º66.39%76.67%-
HSV(B)310.63º33.62%92.16%-
XYZ59.246.6674.29-
YUV187.03147.17162.21-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.40%
GREEN value IS 156 (61.33% from 255) = 25.49%
BLUE value IS 221 (86.72% from 255) = 36.11%
R=38.40%
G=25.49%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515622100.340.060.08310.6366.3976.67
HexEB9CDD02268137424d
Octal353234335042610467102115
Binary1110101110011100110111010100010110100010011011110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9CDD; }

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

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

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

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

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

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

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

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