#EBA8DE

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

Shades of Lavender Rose #EBA8DE

Tints of Lavender Rose #EBA8DE

Color information

#EBA8DE (or 0xEBA8DE) is unknown color: approx Lavender Rose. HEX triplet: EB, A8 and DE. RGB value is (235,168,222). Sum of RGB (Red+Green+Blue) = 235+168+222=625 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.6% from 625); Green value is 168 (66.02% from 255 or 26.88% from 625); Blue value is 222 (87.11% from 255 or 35.52% from 625); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA8DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA8DE is #145721. Grayscale: #C2C2C2. Windows color (decimal): -1333026 or 14592235. OLE color: 14592235.

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

Color convert

RGB235168222-
CMYK00.290.060.08
HSL311.64º62.62%79.02%-
HSV(B)311.64º28.51%92.16%-
XYZ61.4550.9475.7-
YUV194.19143.7157.11-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.6%
GREEN value IS 168 (66.02% from 255) = 26.88%
BLUE value IS 222 (87.11% from 255) = 35.52%
R=37.6%
G=26.88%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516822200.290.060.08311.6462.6279.02
HexEBA8DE01D681383f4f
Octal35325033603561047077117
Binary11101011101010001101111001110111010001001110001111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA8DE; }

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

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

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

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

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

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

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

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