#EB99DD

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

Shades of Lavender Rose #EB99DD

Tints of Lavender Rose #EB99DD

Color information

#EB99DD (or 0xEB99DD) is unknown color: approx Lavender Rose. HEX triplet: EB, 99 and DD. RGB value is (235,153,221). Sum of RGB (Red+Green+Blue) = 235+153+221=609 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.59% from 609); Green value is 153 (60.16% from 255 or 25.12% from 609); Blue value is 221 (86.72% from 255 or 36.29% from 609); Max value from RGB is 235 - color contains mainly: red. Hex color #EB99DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB99DD is #146622. Grayscale: #B9B9B9. Windows color (decimal): -1336867 or 14522859. OLE color: 14522859.

HSL color Cylindrical-coordinate representation of color #EB99DD: hue angle of 310.24º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EB99DD is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB235153221-
CMYK00.350.060.08
HSL310.24º67.21%76.08%-
HSV(B)310.24º34.89%92.16%-
XYZ58.745.6774.13-
YUV185.27148.17163.47-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.59%
GREEN value IS 153 (60.16% from 255) = 25.12%
BLUE value IS 221 (86.72% from 255) = 36.29%
R=38.59%
G=25.12%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515322100.350.060.08310.2467.2176.08
HexEB99DD02368136434c
Octal353231335043610466103114
Binary1110101110011001110111010100011110100010011011010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB99DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB99DD; }

 p { color: rgb(235,153,221); }

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

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

 a { background-color: rgb(235,153,221); }

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

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

 span { border-color: rgb(235,153,221); }

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