#EB9AD5

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

Shades of Lavender Rose #EB9AD5

Tints of Lavender Rose #EB9AD5

Color information

#EB9AD5 (or 0xEB9AD5) is unknown color: approx Lavender Rose. HEX triplet: EB, 9A and D5. RGB value is (235,154,213). Sum of RGB (Red+Green+Blue) = 235+154+213=602 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.04% from 602); Green value is 154 (60.55% from 255 or 25.58% from 602); Blue value is 213 (83.59% from 255 or 35.38% from 602); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9AD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9AD5 is #14652A. Grayscale: #B8B8B8. Windows color (decimal): -1336619 or 13998827. OLE color: 13998827.

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

Color convert

RGB235154213-
CMYK00.340.090.08
HSL316.3º66.94%76.27%-
HSV(B)316.3º34.47%92.16%-
XYZ57.8345.5868.7-
YUV184.95143.84163.7-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.04%
GREEN value IS 154 (60.55% from 255) = 25.58%
BLUE value IS 213 (83.59% from 255) = 35.38%
R=39.04%
G=25.58%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515421300.340.090.08316.366.9476.27
HexEB9AD50229813c434c
Octal3532323250421110474103114
Binary11101011100110101101010101000101001100010011110010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9AD5; }

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

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

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

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

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

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

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

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