#EBA4E0

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

Shades of Lavender Rose #EBA4E0

Tints of Lavender Rose #EBA4E0

Color information

#EBA4E0 (or 0xEBA4E0) is unknown color: approx Lavender Rose. HEX triplet: EB, A4 and E0. RGB value is (235,164,224). Sum of RGB (Red+Green+Blue) = 235+164+224=623 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.72% from 623); Green value is 164 (64.45% from 255 or 26.32% from 623); Blue value is 224 (87.89% from 255 or 35.96% from 623); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA4E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA4E0 is #145B1F. Grayscale: #BFBFBF. Windows color (decimal): -1334048 or 14722283. OLE color: 14722283.

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

Color convert

RGB235164224-
CMYK00.300.050.08
HSL309.3º63.96%78.24%-
HSV(B)309.3º30.21%92.16%-
XYZ60.9949.5976.88-
YUV192.07146.02158.62-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.72%
GREEN value IS 164 (64.45% from 255) = 26.32%
BLUE value IS 224 (87.89% from 255) = 35.96%
R=37.72%
G=26.32%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516422400.300.050.08309.363.9678.24
HexEBA4E001E58135404e
Octal353244340036510465100116
Binary111010111010010011100000011110101100010011010110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA4E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA4E0; }

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

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

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

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

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

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

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

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