#EB9CDF

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

Shades of Lavender Rose #EB9CDF

Tints of Lavender Rose #EB9CDF

Color information

#EB9CDF (or 0xEB9CDF) is unknown color: approx Lavender Rose. HEX triplet: EB, 9C and DF. RGB value is (235,156,223). Sum of RGB (Red+Green+Blue) = 235+156+223=614 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.27% from 614); Green value is 156 (61.33% from 255 or 25.41% from 614); Blue value is 223 (87.5% from 255 or 36.32% from 614); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9CDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9CDF is #146320. Grayscale: #BBBBBB. Windows color (decimal): -1336097 or 14654699. OLE color: 14654699.

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

Color convert

RGB235156223-
CMYK00.340.050.08
HSL309.11º66.39%76.67%-
HSV(B)309.11º33.62%92.16%-
XYZ59.4746.7775.7-
YUV187.26148.17162.05-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.27%
GREEN value IS 156 (61.33% from 255) = 25.41%
BLUE value IS 223 (87.5% from 255) = 36.32%
R=38.27%
G=25.41%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515622300.340.050.08309.1166.3976.67
HexEB9CDF02258135424d
Octal353234337042510465102115
Binary1110101110011100110111110100010101100010011010110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9CDF; }

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

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

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

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

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

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

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

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