#EB99DB

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

Shades of Lavender Rose #EB99DB

Tints of Lavender Rose #EB99DB

Color information

#EB99DB (or 0xEB99DB) is unknown color: approx Lavender Rose. HEX triplet: EB, 99 and DB. RGB value is (235,153,219). Sum of RGB (Red+Green+Blue) = 235+153+219=607 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.71% from 607); Green value is 153 (60.16% from 255 or 25.21% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 235 - color contains mainly: red. Hex color #EB99DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB99DB is #146624. Grayscale: #B8B8B8. Windows color (decimal): -1336869 or 14391787. OLE color: 14391787.

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

Color convert

RGB235153219-
CMYK00.350.070.08
HSL311.71º67.21%76.08%-
HSV(B)311.71º34.89%92.16%-
XYZ58.4445.5672.73-
YUV185.04147.17163.63-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.71%
GREEN value IS 153 (60.16% from 255) = 25.21%
BLUE value IS 219 (85.94% from 255) = 36.08%
R=38.71%
G=25.21%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515321900.350.070.08311.7167.2176.08
HexEB99DB02378138434c
Octal353231333043710470103114
Binary1110101110011001110110110100011111100010011100010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB99DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB99DB; }

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

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

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

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

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

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

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

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