#EBA2DE

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

Shades of Lavender Rose #EBA2DE

Tints of Lavender Rose #EBA2DE

Color information

#EBA2DE (or 0xEBA2DE) is unknown color: approx Lavender Rose. HEX triplet: EB, A2 and DE. RGB value is (235,162,222). Sum of RGB (Red+Green+Blue) = 235+162+222=619 (81% of max value = 765). Red value is 235 (92.19% from 255 or 37.96% from 619); Green value is 162 (63.67% from 255 or 26.17% from 619); Blue value is 222 (87.11% from 255 or 35.86% from 619); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA2DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA2DE is #145D21. Grayscale: #BEBEBE. Windows color (decimal): -1334562 or 14590699. OLE color: 14590699.

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

Color convert

RGB235162222-
CMYK00.310.060.08
HSL310.68º64.6%77.84%-
HSV(B)310.68º31.06%92.16%-
XYZ60.3748.7875.34-
YUV190.67145.68159.62-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.96%
GREEN value IS 162 (63.67% from 255) = 26.17%
BLUE value IS 222 (87.11% from 255) = 35.86%
R=37.96%
G=26.17%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516222200.310.060.08310.6864.677.84
HexEBA2DE01F68137414e
Octal353242336037610467101116
Binary111010111010001011011110011111110100010011011110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA2DE; }

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

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

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

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

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

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

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

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