#E995D2

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

Shades of Lavender Rose #E995D2

Tints of Lavender Rose #E995D2

Color information

#E995D2 (or 0xE995D2) is unknown color: approx Lavender Rose. HEX triplet: E9, 95 and D2. RGB value is (233,149,210). Sum of RGB (Red+Green+Blue) = 233+149+210=592 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.36% from 592); Green value is 149 (58.59% from 255 or 25.17% from 592); Blue value is 210 (82.42% from 255 or 35.47% from 592); Max value from RGB is 233 - color contains mainly: red. Hex color #E995D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E995D2 is #166A2D. Grayscale: #B4B4B4. Windows color (decimal): -1468974 or 13800937. OLE color: 13800937.

HSL color Cylindrical-coordinate representation of color #E995D2: hue angle of 316.43º degrees, saturation: 0.66, 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 #E995D2 is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB233149210-
CMYK00.360.100.09
HSL316.43º65.62%74.9%-
HSV(B)316.43º36.05%91.37%-
XYZ55.9843.4766.41-
YUV181.07144.33165.04-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.36%
GREEN value IS 149 (58.59% from 255) = 25.17%
BLUE value IS 210 (82.42% from 255) = 35.47%
R=39.36%
G=25.17%
B=35.47%

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
Decimal23314921000.360.100.09316.4365.6274.9
HexE995D2024A913c424b
Octal3512253220441211474102113
Binary11101001100101011101001001001001010100110011110010000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E995D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E995D2; }

 p { color: rgb(233,149,210); }

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

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

 a { background-color: rgb(233,149,210); }

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

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

 span { border-color: rgb(233,149,210); }

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