#EBA1D1

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

Shades of Lavender Rose #EBA1D1

Tints of Lavender Rose #EBA1D1

Color information

#EBA1D1 (or 0xEBA1D1) is unknown color: approx Lavender Rose. HEX triplet: EB, A1 and D1. RGB value is (235,161,209). Sum of RGB (Red+Green+Blue) = 235+161+209=605 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.84% from 605); Green value is 161 (63.28% from 255 or 26.61% from 605); Blue value is 209 (82.03% from 255 or 34.55% from 605); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA1D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA1D1 is #145E2E. Grayscale: #BCBCBC. Windows color (decimal): -1334831 or 13738475. OLE color: 13738475.

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

Color convert

RGB235161209-
CMYK00.310.110.08
HSL321.08º64.91%77.65%-
HSV(B)321.08º31.49%92.16%-
XYZ58.5147.7666.46-
YUV188.6139.52161.1-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.84%
GREEN value IS 161 (63.28% from 255) = 26.61%
BLUE value IS 209 (82.03% from 255) = 34.55%
R=38.84%
G=26.61%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516120900.310.110.08321.0864.9177.65
HexEBA1D101FB8141414e
Octal3532413210371310501101116
Binary1110101110100001110100010111111011100010100000110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA1D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA1D1; }

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

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

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

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

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

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

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

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