#EE98D1

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

Shades of Lavender Rose #EE98D1

Tints of Lavender Rose #EE98D1

Color information

#EE98D1 (or 0xEE98D1) is unknown color: approx Lavender Rose. HEX triplet: EE, 98 and D1. RGB value is (238,152,209). Sum of RGB (Red+Green+Blue) = 238+152+209=599 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.73% from 599); Green value is 152 (59.77% from 255 or 25.38% from 599); Blue value is 209 (82.03% from 255 or 34.89% from 599); Max value from RGB is 238 - color contains mainly: red. Hex color #EE98D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE98D1 is #11672E. Grayscale: #B8B8B8. Windows color (decimal): -1140527 or 13736174. OLE color: 13736174.

HSL color Cylindrical-coordinate representation of color #EE98D1: hue angle of 320.23º 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 #EE98D1 is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB238152209-
CMYK00.360.120.07
HSL320.23º71.67%76.47%-
HSV(B)320.23º36.13%93.33%-
XYZ5845.2466-
YUV184.21141.99166.37-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.73%
GREEN value IS 152 (59.77% from 255) = 25.38%
BLUE value IS 209 (82.03% from 255) = 34.89%
R=39.73%
G=25.38%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23815220900.360.120.07320.2371.6776.47
HexEE98D1024C7140484c
Octal356230321044147500110114
Binary1110111010011000110100010100100110011110100000010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE98D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE98D1; }

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

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

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

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

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

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

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

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