#EB9DD3

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

Shades of Lavender Rose #EB9DD3

Tints of Lavender Rose #EB9DD3

Color information

#EB9DD3 (or 0xEB9DD3) is unknown color: approx Lavender Rose. HEX triplet: EB, 9D and D3. RGB value is (235,157,211). Sum of RGB (Red+Green+Blue) = 235+157+211=603 (79% of max value = 765). Red value is 235 (92.19% from 255 or 38.97% from 603); Green value is 157 (61.72% from 255 or 26.04% from 603); Blue value is 211 (82.81% from 255 or 34.99% from 603); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9DD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9DD3 is #14622C. Grayscale: #BABABA. Windows color (decimal): -1335853 or 13868523. OLE color: 13868523.

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

Color convert

RGB235157211-
CMYK00.330.100.08
HSL318.46º66.1%76.86%-
HSV(B)318.46º33.19%92.16%-
XYZ58.0846.4867.54-
YUV186.48141.84162.61-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.97%
GREEN value IS 157 (61.72% from 255) = 26.04%
BLUE value IS 211 (82.81% from 255) = 34.99%
R=38.97%
G=26.04%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515721100.330.100.08318.4666.176.86
HexEB9DD3021A813e424d
Octal3532353230411210476102115
Binary11101011100111011101001101000011010100010011111010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9DD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9DD3; }

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

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

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

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

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

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

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

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