#EE93DA

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

Shades of Lavender Rose #EE93DA

Tints of Lavender Rose #EE93DA

Color information

#EE93DA (or 0xEE93DA) is unknown color: approx Lavender Rose. HEX triplet: EE, 93 and DA. RGB value is (238,147,218). Sum of RGB (Red+Green+Blue) = 238+147+218=603 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.47% from 603); Green value is 147 (57.81% from 255 or 24.38% from 603); Blue value is 218 (85.55% from 255 or 36.15% from 603); Max value from RGB is 238 - color contains mainly: red. Hex color #EE93DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE93DA is #116C25. Grayscale: #B6B6B6. Windows color (decimal): -1141798 or 14324718. OLE color: 14324718.

HSL color Cylindrical-coordinate representation of color #EE93DA: hue angle of 313.19º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EE93DA is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB238147218-
CMYK00.380.080.07
HSL313.19º72.8%75.49%-
HSV(B)313.19º38.24%93.33%-
XYZ58.3544.1171.77-
YUV182.3148.15167.73-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.47%
GREEN value IS 147 (57.81% from 255) = 24.38%
BLUE value IS 218 (85.55% from 255) = 36.15%
R=39.47%
G=24.38%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23814721800.380.080.07313.1972.875.49
HexEE93DA02687139494b
Octal356223332046107471111113
Binary1110111010010011110110100100110100011110011100110010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE93DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE93DA; }

 p { color: rgb(238,147,218); }

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

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

 a { background-color: rgb(238,147,218); }

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

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

 span { border-color: rgb(238,147,218); }

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