#EB9FDF

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

Shades of Lavender Rose #EB9FDF

Tints of Lavender Rose #EB9FDF

Color information

#EB9FDF (or 0xEB9FDF) is unknown color: approx Lavender Rose. HEX triplet: EB, 9F and DF. RGB value is (235,159,223). Sum of RGB (Red+Green+Blue) = 235+159+223=617 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.09% from 617); Green value is 159 (62.5% from 255 or 25.77% from 617); Blue value is 223 (87.5% from 255 or 36.14% from 617); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9FDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9FDF is #146020. Grayscale: #BCBCBC. Windows color (decimal): -1335329 or 14655467. OLE color: 14655467.

HSL color Cylindrical-coordinate representation of color #EB9FDF: hue angle of 309.47º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EB9FDF is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB235159223-
CMYK00.320.050.08
HSL309.47º65.52%77.25%-
HSV(B)309.47º32.34%92.16%-
XYZ59.9847.7975.87-
YUV189.02147.18160.8-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.09%
GREEN value IS 159 (62.5% from 255) = 25.77%
BLUE value IS 223 (87.5% from 255) = 36.14%
R=38.09%
G=25.77%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515922300.320.050.08309.4765.5277.25
HexEB9FDF02058135424d
Octal353237337040510465102115
Binary1110101110011111110111110100000101100010011010110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9FDF; }

 p { color: rgb(235,159,223); }

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

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

 a { background-color: rgb(235,159,223); }

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

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

 span { border-color: rgb(235,159,223); }

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