#EBA2D0

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

Shades of Lavender Pink #EBA2D0

Tints of Lavender Pink #EBA2D0

Color information

#EBA2D0 (or 0xEBA2D0) is unknown color: approx Lavender Pink. HEX triplet: EB, A2 and D0. RGB value is (235,162,208). Sum of RGB (Red+Green+Blue) = 235+162+208=605 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.84% from 605); Green value is 162 (63.67% from 255 or 26.78% from 605); Blue value is 208 (81.64% from 255 or 34.38% from 605); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA2D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA2D0 is #145D2F. Grayscale: #BCBCBC. Windows color (decimal): -1334576 or 13673195. OLE color: 13673195.

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

Color convert

RGB235162208-
CMYK00.310.110.08
HSL322.19º64.6%77.84%-
HSV(B)322.19º31.06%92.16%-
XYZ58.5748.0665.86-
YUV189.07138.68160.76-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.84%
GREEN value IS 162 (63.67% from 255) = 26.78%
BLUE value IS 208 (81.64% from 255) = 34.38%
R=38.84%
G=26.78%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516220800.310.110.08322.1964.677.84
HexEBA2D001FB8142414e
Octal3532423200371310502101116
Binary1110101110100010110100000111111011100010100001010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA2D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA2D0; }

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

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

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

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

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

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

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

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