#EB99DA

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

Shades of Lavender Rose #EB99DA

Tints of Lavender Rose #EB99DA

Color information

#EB99DA (or 0xEB99DA) is unknown color: approx Lavender Rose. HEX triplet: EB, 99 and DA. RGB value is (235,153,218). Sum of RGB (Red+Green+Blue) = 235+153+218=606 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.78% from 606); Green value is 153 (60.16% from 255 or 25.25% from 606); Blue value is 218 (85.55% from 255 or 35.97% from 606); Max value from RGB is 235 - color contains mainly: red. Hex color #EB99DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB99DA is #146625. Grayscale: #B8B8B8. Windows color (decimal): -1336870 or 14326251. OLE color: 14326251.

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

Color convert

RGB235153218-
CMYK00.350.070.08
HSL312.44º67.21%76.08%-
HSV(B)312.44º34.89%92.16%-
XYZ58.3145.5172.04-
YUV184.93146.67163.71-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.78%
GREEN value IS 153 (60.16% from 255) = 25.25%
BLUE value IS 218 (85.55% from 255) = 35.97%
R=38.78%
G=25.25%
B=35.97%

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
Decimal23515321800.350.070.08312.4467.2176.08
HexEB99DA02378138434c
Octal353231332043710470103114
Binary1110101110011001110110100100011111100010011100010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB99DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB99DA; }

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

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

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

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

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

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

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

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