#EBA8D6

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

Shades of Lavender Rose #EBA8D6

Tints of Lavender Rose #EBA8D6

Color information

#EBA8D6 (or 0xEBA8D6) is unknown color: approx Lavender Rose. HEX triplet: EB, A8 and D6. RGB value is (235,168,214). Sum of RGB (Red+Green+Blue) = 235+168+214=617 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.09% from 617); Green value is 168 (66.02% from 255 or 27.23% from 617); Blue value is 214 (83.98% from 255 or 34.68% from 617); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA8D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA8D6 is #145729. Grayscale: #C1C1C1. Windows color (decimal): -1333034 or 14067947. OLE color: 14067947.

HSL color Cylindrical-coordinate representation of color #EBA8D6: hue angle of 318.81º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBA8D6 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB235168214-
CMYK00.290.090.08
HSL318.81º62.62%79.02%-
HSV(B)318.81º28.51%92.16%-
XYZ60.450.5270.19-
YUV193.28139.7157.76-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.09%
GREEN value IS 168 (66.02% from 255) = 27.23%
BLUE value IS 214 (83.98% from 255) = 34.68%
R=38.09%
G=27.23%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516821400.290.090.08318.8162.6279.02
HexEBA8D601D9813f3f4f
Octal353250326035111047777117
Binary111010111010100011010110011101100110001001111111111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA8D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA8D6; }

 p { color: rgb(235,168,214); }

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

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

 a { background-color: rgb(235,168,214); }

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

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

 span { border-color: rgb(235,168,214); }

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