#EB99D5

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

Shades of Lavender Rose #EB99D5

Tints of Lavender Rose #EB99D5

Color information

#EB99D5 (or 0xEB99D5) is unknown color: approx Lavender Rose. HEX triplet: EB, 99 and D5. RGB value is (235,153,213). Sum of RGB (Red+Green+Blue) = 235+153+213=601 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.10% from 601); Green value is 153 (60.16% from 255 or 25.46% from 601); Blue value is 213 (83.59% from 255 or 35.44% from 601); Max value from RGB is 235 - color contains mainly: red. Hex color #EB99D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB99D5 is #14662A. Grayscale: #B8B8B8. Windows color (decimal): -1336875 or 13998571. OLE color: 13998571.

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

Color convert

RGB235153213-
CMYK00.350.090.08
HSL316.1º67.21%76.08%-
HSV(B)316.1º34.89%92.16%-
XYZ57.6645.2568.65-
YUV184.36144.17164.12-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.10%
GREEN value IS 153 (60.16% from 255) = 25.46%
BLUE value IS 213 (83.59% from 255) = 35.44%
R=39.10%
G=25.46%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515321300.350.090.08316.167.2176.08
HexEB99D50239813c434c
Octal3532313250431110474103114
Binary11101011100110011101010101000111001100010011110010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB99D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB99D5; }

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

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

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

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

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

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

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

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