#E892D1

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

Shades of Lavender Rose #E892D1

Tints of Lavender Rose #E892D1

Color information

#E892D1 (or 0xE892D1) is unknown color: approx Lavender Rose. HEX triplet: E8, 92 and D1. RGB value is (232,146,209). Sum of RGB (Red+Green+Blue) = 232+146+209=587 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.52% from 587); Green value is 146 (57.42% from 255 or 24.87% from 587); Blue value is 209 (82.03% from 255 or 35.60% from 587); Max value from RGB is 232 - color contains mainly: red. Hex color #E892D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E892D1 is #176D2E. Grayscale: #B2B2B2. Windows color (decimal): -1535279 or 13734632. OLE color: 13734632.

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

Color convert

RGB232146209-
CMYK00.370.100.09
HSL316.05º65.15%74.12%-
HSV(B)316.05º37.07%90.98%-
XYZ55.0742.3265.59-
YUV178.9144.99165.88-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.52%
GREEN value IS 146 (57.42% from 255) = 24.87%
BLUE value IS 209 (82.03% from 255) = 35.60%
R=39.52%
G=24.87%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23214620900.370.100.09316.0565.1574.12
HexE892D1025A913c414a
Octal3502223210451211474101112
Binary11101000100100101101000101001011010100110011110010000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E892D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E892D1; }

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

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

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

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

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

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

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

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