#E894D1

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

Shades of Lavender Rose #E894D1

Tints of Lavender Rose #E894D1

Color information

#E894D1 (or 0xE894D1) is unknown color: approx Lavender Rose. HEX triplet: E8, 94 and D1. RGB value is (232,148,209). Sum of RGB (Red+Green+Blue) = 232+148+209=589 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.39% from 589); Green value is 148 (58.20% from 255 or 25.13% from 589); Blue value is 209 (82.03% from 255 or 35.48% from 589); Max value from RGB is 232 - color contains mainly: red. Hex color #E894D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E894D1 is #176B2E. Grayscale: #B3B3B3. Windows color (decimal): -1534767 or 13735144. OLE color: 13735144.

HSL color Cylindrical-coordinate representation of color #E894D1: hue angle of 316.43º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E894D1 is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB232148209-
CMYK00.360.100.09
HSL316.43º64.62%74.51%-
HSV(B)316.43º36.21%90.98%-
XYZ55.3842.9465.69-
YUV180.07144.33165.04-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.39%
GREEN value IS 148 (58.20% from 255) = 25.13%
BLUE value IS 209 (82.03% from 255) = 35.48%
R=39.39%
G=25.13%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23214820900.360.100.09316.4364.6274.51
HexE894D1024A913c414b
Octal3502243210441211474101113
Binary11101000100101001101000101001001010100110011110010000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E894D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E894D1; }

 p { color: rgb(232,148,209); }

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

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

 a { background-color: rgb(232,148,209); }

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

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

 span { border-color: rgb(232,148,209); }

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