#EB99D8

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

Shades of Lavender Rose #EB99D8

Tints of Lavender Rose #EB99D8

Color information

#EB99D8 (or 0xEB99D8) is unknown color: approx Lavender Rose. HEX triplet: EB, 99 and D8. RGB value is (235,153,216). Sum of RGB (Red+Green+Blue) = 235+153+216=604 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.91% from 604); Green value is 153 (60.16% from 255 or 25.33% from 604); Blue value is 216 (84.77% from 255 or 35.76% from 604); Max value from RGB is 235 - color contains mainly: red. Hex color #EB99D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB99D8 is #146627. Grayscale: #B8B8B8. Windows color (decimal): -1336872 or 14195179. OLE color: 14195179.

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

Color convert

RGB235153216-
CMYK00.350.080.08
HSL313.9º67.21%76.08%-
HSV(B)313.9º34.89%92.16%-
XYZ58.0545.470.67-
YUV184.7145.67163.88-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.91%
GREEN value IS 153 (60.16% from 255) = 25.33%
BLUE value IS 216 (84.77% from 255) = 35.76%
R=38.91%
G=25.33%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515321600.350.080.08313.967.2176.08
HexEB99D80238813a434c
Octal3532313300431010472103114
Binary11101011100110011101100001000111000100010011101010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB99D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB99D8; }

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

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

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

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

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

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

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

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