#E8A1D3

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

Shades of Lavender Rose #E8A1D3

Tints of Lavender Rose #E8A1D3

Color information

#E8A1D3 (or 0xE8A1D3) is unknown color: approx Lavender Rose. HEX triplet: E8, A1 and D3. RGB value is (232,161,211). Sum of RGB (Red+Green+Blue) = 232+161+211=604 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.41% from 604); Green value is 161 (63.28% from 255 or 26.66% from 604); Blue value is 211 (82.81% from 255 or 34.93% from 604); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A1D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8A1D3 is #175E2C. Grayscale: #BBBBBB. Windows color (decimal): -1531437 or 13869544. OLE color: 13869544.

HSL color Cylindrical-coordinate representation of color #E8A1D3: hue angle of 317.75º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E8A1D3 is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB232161211-
CMYK00.310.090.09
HSL317.75º60.68%77.06%-
HSV(B)317.75º30.6%90.98%-
XYZ57.7847.3567.72-
YUV187.93141.02159.43-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.41%
GREEN value IS 161 (63.28% from 255) = 26.66%
BLUE value IS 211 (82.81% from 255) = 34.93%
R=38.41%
G=26.66%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23216121100.310.090.09317.7560.6877.06
HexE8A1D301F9913e3d4d
Octal350241323037111147675115
Binary111010001010000111010011011111100110011001111101111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A1D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A1D3; }

 p { color: rgb(232,161,211); }

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

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

 a { background-color: rgb(232,161,211); }

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

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

 span { border-color: rgb(232,161,211); }

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