#EBA2DF

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

Shades of Lavender Rose #EBA2DF

Tints of Lavender Rose #EBA2DF

Color information

#EBA2DF (or 0xEBA2DF) is unknown color: approx Lavender Rose. HEX triplet: EB, A2 and DF. RGB value is (235,162,223). Sum of RGB (Red+Green+Blue) = 235+162+223=620 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.90% from 620); Green value is 162 (63.67% from 255 or 26.13% from 620); Blue value is 223 (87.5% from 255 or 35.97% from 620); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA2DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA2DF is #145D20. Grayscale: #BEBEBE. Windows color (decimal): -1334561 or 14656235. OLE color: 14656235.

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

Color convert

RGB235162223-
CMYK00.310.050.08
HSL309.86º64.6%77.84%-
HSV(B)309.86º31.06%92.16%-
XYZ60.548.8376.05-
YUV190.78146.18159.54-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.90%
GREEN value IS 162 (63.67% from 255) = 26.13%
BLUE value IS 223 (87.5% from 255) = 35.97%
R=37.90%
G=26.13%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516222300.310.050.08309.8664.677.84
HexEBA2DF01F58136414e
Octal353242337037510466101116
Binary111010111010001011011111011111101100010011011010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA2DF; }

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

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

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

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

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

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

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

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