#EBA9DE

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

Shades of Lavender Rose #EBA9DE

Tints of Lavender Rose #EBA9DE

Color information

#EBA9DE (or 0xEBA9DE) is unknown color: approx Lavender Rose. HEX triplet: EB, A9 and DE. RGB value is (235,169,222). Sum of RGB (Red+Green+Blue) = 235+169+222=626 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.54% from 626); Green value is 169 (66.41% from 255 or 27.00% from 626); Blue value is 222 (87.11% from 255 or 35.46% from 626); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA9DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA9DE is #145621. Grayscale: #C2C2C2. Windows color (decimal): -1332770 or 14592491. OLE color: 14592491.

HSL color Cylindrical-coordinate representation of color #EBA9DE: hue angle of 311.82º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBA9DE is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB235169222-
CMYK00.280.060.08
HSL311.82º62.26%79.22%-
HSV(B)311.82º28.09%92.16%-
XYZ61.6351.3175.76-
YUV194.78143.37156.69-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.54%
GREEN value IS 169 (66.41% from 255) = 27.00%
BLUE value IS 222 (87.11% from 255) = 35.46%
R=37.54%
G=27.00%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516922200.280.060.08311.8262.2679.22
HexEBA9DE01C681383e4f
Octal35325133603461047076117
Binary11101011101010011101111001110011010001001110001111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA9DE; }

 p { color: rgb(235,169,222); }

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

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

 a { background-color: rgb(235,169,222); }

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

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

 span { border-color: rgb(235,169,222); }

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