#EBA1DD

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

Shades of Lavender Rose #EBA1DD

Tints of Lavender Rose #EBA1DD

Color information

#EBA1DD (or 0xEBA1DD) is unknown color: approx Lavender Rose. HEX triplet: EB, A1 and DD. RGB value is (235,161,221). Sum of RGB (Red+Green+Blue) = 235+161+221=617 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.09% from 617); Green value is 161 (63.28% from 255 or 26.09% from 617); Blue value is 221 (86.72% from 255 or 35.82% from 617); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA1DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA1DD is #145E22. Grayscale: #BDBDBD. Windows color (decimal): -1334819 or 14524907. OLE color: 14524907.

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

Color convert

RGB235161221-
CMYK00.310.060.08
HSL311.35º64.91%77.65%-
HSV(B)311.35º31.49%92.16%-
XYZ60.0648.3774.58-
YUV189.97145.52160.12-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.09%
GREEN value IS 161 (63.28% from 255) = 26.09%
BLUE value IS 221 (86.72% from 255) = 35.82%
R=38.09%
G=26.09%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516122100.310.060.08311.3564.9177.65
HexEBA1DD01F68137414e
Octal353241335037610467101116
Binary111010111010000111011101011111110100010011011110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA1DD; }

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

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

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

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

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

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

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

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