#EBA4DD

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

Shades of Lavender Rose #EBA4DD

Tints of Lavender Rose #EBA4DD

Color information

#EBA4DD (or 0xEBA4DD) is unknown color: approx Lavender Rose. HEX triplet: EB, A4 and DD. RGB value is (235,164,221). Sum of RGB (Red+Green+Blue) = 235+164+221=620 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.90% from 620); Green value is 164 (64.45% from 255 or 26.45% from 620); Blue value is 221 (86.72% from 255 or 35.65% from 620); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA4DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA4DD is #145B22. Grayscale: #BFBFBF. Windows color (decimal): -1334051 or 14525675. OLE color: 14525675.

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

Color convert

RGB235164221-
CMYK00.300.060.08
HSL311.83º63.96%78.24%-
HSV(B)311.83º30.21%92.16%-
XYZ60.5949.4374.75-
YUV191.73144.52158.87-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.90%
GREEN value IS 164 (64.45% from 255) = 26.45%
BLUE value IS 221 (86.72% from 255) = 35.65%
R=37.90%
G=26.45%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516422100.300.060.08311.8363.9678.24
HexEBA4DD01E68138404e
Octal353244335036610470100116
Binary111010111010010011011101011110110100010011100010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA4DD; }

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

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

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

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

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

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

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

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