#EBA8D4

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

Shades of Lavender Pink #EBA8D4

Tints of Lavender Pink #EBA8D4

Color information

#EBA8D4 (or 0xEBA8D4) is unknown color: approx Lavender Pink. HEX triplet: EB, A8 and D4. RGB value is (235,168,212). Sum of RGB (Red+Green+Blue) = 235+168+212=615 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.21% from 615); Green value is 168 (66.02% from 255 or 27.32% from 615); Blue value is 212 (83.20% from 255 or 34.47% from 615); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA8D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA8D4 is #14572B. Grayscale: #C0C0C0. Windows color (decimal): -1333036 or 13936875. OLE color: 13936875.

HSL color Cylindrical-coordinate representation of color #EBA8D4: hue angle of 320.6º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBA8D4 is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB235168212-
CMYK00.290.100.08
HSL320.6º62.62%79.02%-
HSV(B)320.6º28.51%92.16%-
XYZ60.1550.4268.85-
YUV193.05138.7157.92-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.21%
GREEN value IS 168 (66.02% from 255) = 27.32%
BLUE value IS 212 (83.20% from 255) = 34.47%
R=38.21%
G=27.32%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516821200.290.100.08320.662.6279.02
HexEBA8D401DA81413f4f
Octal353250324035121050177117
Binary111010111010100011010100011101101010001010000011111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA8D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA8D4; }

 p { color: rgb(235,168,212); }

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

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

 a { background-color: rgb(235,168,212); }

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

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

 span { border-color: rgb(235,168,212); }

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