#EB9ADA

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

Shades of Lavender Rose #EB9ADA

Tints of Lavender Rose #EB9ADA

Color information

#EB9ADA (or 0xEB9ADA) is unknown color: approx Lavender Rose. HEX triplet: EB, 9A and DA. RGB value is (235,154,218). Sum of RGB (Red+Green+Blue) = 235+154+218=607 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.71% from 607); Green value is 154 (60.55% from 255 or 25.37% from 607); Blue value is 218 (85.55% from 255 or 35.91% from 607); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9ADA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9ADA is #146525. Grayscale: #B9B9B9. Windows color (decimal): -1336614 or 14326507. OLE color: 14326507.

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

Color convert

RGB235154218-
CMYK00.340.070.08
HSL312.59º66.94%76.27%-
HSV(B)312.59º34.47%92.16%-
XYZ58.4745.8472.09-
YUV185.52146.34163.3-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.71%
GREEN value IS 154 (60.55% from 255) = 25.37%
BLUE value IS 218 (85.55% from 255) = 35.91%
R=38.71%
G=25.37%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515421800.340.070.08312.5966.9476.27
HexEB9ADA02278139434c
Octal353232332042710471103114
Binary1110101110011010110110100100010111100010011100110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9ADA; }

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

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

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

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

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

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

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

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