#E998D2

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

Shades of Lavender Rose #E998D2

Tints of Lavender Rose #E998D2

Color information

#E998D2 (or 0xE998D2) is unknown color: approx Lavender Rose. HEX triplet: E9, 98 and D2. RGB value is (233,152,210). Sum of RGB (Red+Green+Blue) = 233+152+210=595 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.16% from 595); Green value is 152 (59.77% from 255 or 25.55% from 595); Blue value is 210 (82.42% from 255 or 35.29% from 595); Max value from RGB is 233 - color contains mainly: red. Hex color #E998D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E998D2 is #16672D. Grayscale: #B6B6B6. Windows color (decimal): -1468206 or 13801705. OLE color: 13801705.

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

Color convert

RGB233152210-
CMYK00.350.100.09
HSL317.04º64.8%75.49%-
HSV(B)317.04º34.76%91.37%-
XYZ56.4744.4366.57-
YUV182.83143.34163.78-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.16%
GREEN value IS 152 (59.77% from 255) = 25.55%
BLUE value IS 210 (82.42% from 255) = 35.29%
R=39.16%
G=25.55%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23315221000.350.100.09317.0464.875.49
HexE998D2023A913d414b
Octal3512303220431211475101113
Binary11101001100110001101001001000111010100110011110110000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E998D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E998D2; }

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

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

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

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

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

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

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

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