#EE98DD

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

Shades of Lavender Rose #EE98DD

Tints of Lavender Rose #EE98DD

Color information

#EE98DD (or 0xEE98DD) is unknown color: approx Lavender Rose. HEX triplet: EE, 98 and DD. RGB value is (238,152,221). Sum of RGB (Red+Green+Blue) = 238+152+221=611 (80% of max value = 765). Red value is 238 (93.36% from 255 or 38.95% from 611); Green value is 152 (59.77% from 255 or 24.88% from 611); Blue value is 221 (86.72% from 255 or 36.17% from 611); Max value from RGB is 238 - color contains mainly: red. Hex color #EE98DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE98DD is #116722. Grayscale: #B9B9B9. Windows color (decimal): -1140515 or 14522606. OLE color: 14522606.

HSL color Cylindrical-coordinate representation of color #EE98DD: hue angle of 311.86º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EE98DD is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB238152221-
CMYK00.360.070.07
HSL311.86º71.67%76.47%-
HSV(B)311.86º36.13%93.33%-
XYZ59.5445.8574.12-
YUV185.58147.99165.39-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.95%
GREEN value IS 152 (59.77% from 255) = 24.88%
BLUE value IS 221 (86.72% from 255) = 36.17%
R=38.95%
G=24.88%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23815222100.360.070.07311.8671.6776.47
HexEE98DD02477138484c
Octal35623033504477470110114
Binary111011101001100011011101010010011111110011100010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE98DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE98DD; }

 p { color: rgb(238,152,221); }

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

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

 a { background-color: rgb(238,152,221); }

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

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

 span { border-color: rgb(238,152,221); }

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