#EB9DDD

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

Shades of Lavender Rose #EB9DDD

Tints of Lavender Rose #EB9DDD

Color information

#EB9DDD (or 0xEB9DDD) is unknown color: approx Lavender Rose. HEX triplet: EB, 9D and DD. RGB value is (235,157,221). Sum of RGB (Red+Green+Blue) = 235+157+221=613 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.34% from 613); Green value is 157 (61.72% from 255 or 25.61% from 613); Blue value is 221 (86.72% from 255 or 36.05% from 613); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9DDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9DDD is #146222. Grayscale: #BBBBBB. Windows color (decimal): -1335843 or 14523883. OLE color: 14523883.

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

Color convert

RGB235157221-
CMYK00.330.060.08
HSL310.77º66.1%76.86%-
HSV(B)310.77º33.19%92.16%-
XYZ59.374774.35-
YUV187.62146.84161.8-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.34%
GREEN value IS 157 (61.72% from 255) = 25.61%
BLUE value IS 221 (86.72% from 255) = 36.05%
R=38.34%
G=25.61%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515722100.330.060.08310.7766.176.86
HexEB9DDD02168137424d
Octal353235335041610467102115
Binary1110101110011101110111010100001110100010011011110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9DDD; }

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

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

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

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

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

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

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

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