#EBA6DE

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

Shades of Lavender Rose #EBA6DE

Tints of Lavender Rose #EBA6DE

Color information

#EBA6DE (or 0xEBA6DE) is unknown color: approx Lavender Rose. HEX triplet: EB, A6 and DE. RGB value is (235,166,222). Sum of RGB (Red+Green+Blue) = 235+166+222=623 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.72% from 623); Green value is 166 (65.23% from 255 or 26.65% from 623); Blue value is 222 (87.11% from 255 or 35.63% from 623); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA6DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA6DE is #145921. Grayscale: #C0C0C0. Windows color (decimal): -1333538 or 14591723. OLE color: 14591723.

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

Color convert

RGB235166222-
CMYK00.290.060.08
HSL311.3º63.3%78.63%-
HSV(B)311.3º29.36%92.16%-
XYZ61.0850.2175.58-
YUV193.02144.36157.95-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.72%
GREEN value IS 166 (65.23% from 255) = 26.65%
BLUE value IS 222 (87.11% from 255) = 35.63%
R=37.72%
G=26.65%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516622200.290.060.08311.363.378.63
HexEBA6DE01D681373f4f
Octal35324633603561046777117
Binary11101011101001101101111001110111010001001101111111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA6DE; }

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

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

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

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

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

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

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

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