#EB99DE

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

Shades of Lavender Rose #EB99DE

Tints of Lavender Rose #EB99DE

Color information

#EB99DE (or 0xEB99DE) is unknown color: approx Lavender Rose. HEX triplet: EB, 99 and DE. RGB value is (235,153,222). Sum of RGB (Red+Green+Blue) = 235+153+222=610 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.52% from 610); Green value is 153 (60.16% from 255 or 25.08% from 610); Blue value is 222 (87.11% from 255 or 36.39% from 610); Max value from RGB is 235 - color contains mainly: red. Hex color #EB99DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB99DE is #146621. Grayscale: #B9B9B9. Windows color (decimal): -1336866 or 14588395. OLE color: 14588395.

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

Color convert

RGB235153222-
CMYK00.350.060.08
HSL309.51º67.21%76.08%-
HSV(B)309.51º34.89%92.16%-
XYZ58.8445.7274.83-
YUV185.38148.67163.39-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.52%
GREEN value IS 153 (60.16% from 255) = 25.08%
BLUE value IS 222 (87.11% from 255) = 36.39%
R=38.52%
G=25.08%
B=36.39%

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
Decimal23515322200.350.060.08309.5167.2176.08
HexEB99DE02368136434c
Octal353231336043610466103114
Binary1110101110011001110111100100011110100010011011010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB99DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB99DE; }

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

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

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

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

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

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

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

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