#EBA4D3

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

Shades of Lavender Rose #EBA4D3

Tints of Lavender Rose #EBA4D3

Color information

#EBA4D3 (or 0xEBA4D3) is unknown color: approx Lavender Rose. HEX triplet: EB, A4 and D3. RGB value is (235,164,211). Sum of RGB (Red+Green+Blue) = 235+164+211=610 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.52% from 610); Green value is 164 (64.45% from 255 or 26.89% from 610); Blue value is 211 (82.81% from 255 or 34.59% from 610); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA4D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA4D3 is #145B2C. Grayscale: #BEBEBE. Windows color (decimal): -1334061 or 13870315. OLE color: 13870315.

HSL color Cylindrical-coordinate representation of color #EBA4D3: hue angle of 320.28º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBA4D3 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB235164211-
CMYK00.300.100.08
HSL320.28º63.96%78.24%-
HSV(B)320.28º30.21%92.16%-
XYZ59.2948.9267.94-
YUV190.59139.52159.68-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.52%
GREEN value IS 164 (64.45% from 255) = 26.89%
BLUE value IS 211 (82.81% from 255) = 34.59%
R=38.52%
G=26.89%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516421100.300.100.08320.2863.9678.24
HexEBA4D301EA8140404e
Octal3532443230361210500100116
Binary1110101110100100110100110111101010100010100000010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA4D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA4D3; }

 p { color: rgb(235,164,211); }

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

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

 a { background-color: rgb(235,164,211); }

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

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

 span { border-color: rgb(235,164,211); }

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