#EBA5DD

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

Shades of Lavender Rose #EBA5DD

Tints of Lavender Rose #EBA5DD

Color information

#EBA5DD (or 0xEBA5DD) is unknown color: approx Lavender Rose. HEX triplet: EB, A5 and DD. RGB value is (235,165,221). Sum of RGB (Red+Green+Blue) = 235+165+221=621 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.84% from 621); Green value is 165 (64.84% from 255 or 26.57% from 621); Blue value is 221 (86.72% from 255 or 35.59% from 621); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA5DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA5DD is #145A22. Grayscale: #C0C0C0. Windows color (decimal): -1333795 or 14525931. OLE color: 14525931.

HSL color Cylindrical-coordinate representation of color #EBA5DD: hue angle of 312º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBA5DD is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB235165221-
CMYK00.300.060.08
HSL312º63.64%78.43%-
HSV(B)312º29.79%92.16%-
XYZ60.7749.7974.81-
YUV192.31144.19158.45-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.84%
GREEN value IS 165 (64.84% from 255) = 26.57%
BLUE value IS 221 (86.72% from 255) = 35.59%
R=37.84%
G=26.57%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516522100.300.060.0831263.6478.43
HexEBA5DD01E68138404e
Octal353245335036610470100116
Binary111010111010010111011101011110110100010011100010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA5DD; }

 p { color: rgb(235,165,221); }

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

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

 a { background-color: rgb(235,165,221); }

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

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

 span { border-color: rgb(235,165,221); }

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