#E998D8

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

Shades of Lavender Rose #E998D8

Tints of Lavender Rose #E998D8

Color information

#E998D8 (or 0xE998D8) is unknown color: approx Lavender Rose. HEX triplet: E9, 98 and D8. RGB value is (233,152,216). Sum of RGB (Red+Green+Blue) = 233+152+216=601 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.77% from 601); Green value is 152 (59.77% from 255 or 25.29% from 601); Blue value is 216 (84.77% from 255 or 35.94% from 601); Max value from RGB is 233 - color contains mainly: red. Hex color #E998D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E998D8 is #166727. Grayscale: #B7B7B7. Windows color (decimal): -1468200 or 14194921. OLE color: 14194921.

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

Color convert

RGB233152216-
CMYK00.350.070.09
HSL312.59º64.8%75.49%-
HSV(B)312.59º34.76%91.37%-
XYZ57.2344.7470.58-
YUV183.52146.34163.3-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.77%
GREEN value IS 152 (59.77% from 255) = 25.29%
BLUE value IS 216 (84.77% from 255) = 35.94%
R=38.77%
G=25.29%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23315221600.350.070.09312.5964.875.49
HexE998D802379139414b
Octal351230330043711471101113
Binary1110100110011000110110000100011111100110011100110000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E998D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E998D8; }

 p { color: rgb(233,152,216); }

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

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

 a { background-color: rgb(233,152,216); }

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

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

 span { border-color: rgb(233,152,216); }

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