#E7ACCD

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

Shades of Lavender Pink #E7ACCD

Tints of Lavender Pink #E7ACCD

Color information

#E7ACCD (or 0xE7ACCD) is unknown color: approx Lavender Pink. HEX triplet: E7, AC and CD. RGB value is (231,172,205). Sum of RGB (Red+Green+Blue) = 231+172+205=608 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.99% from 608); Green value is 172 (67.58% from 255 or 28.29% from 608); Blue value is 205 (80.47% from 255 or 33.72% from 608); Max value from RGB is 231 - color contains mainly: red. Hex color #E7ACCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7ACCD is #185332. Grayscale: #C1C1C1. Windows color (decimal): -1594163 or 13479143. OLE color: 13479143.

HSL color Cylindrical-coordinate representation of color #E7ACCD: hue angle of 326.44º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E7ACCD is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB231172205-
CMYK00.260.110.09
HSL326.44º55.14%79.02%-
HSV(B)326.44º25.54%90.59%-
XYZ58.7350.964.49-
YUV193.4134.55154.82-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.99%
GREEN value IS 172 (67.58% from 255) = 28.29%
BLUE value IS 205 (80.47% from 255) = 33.72%
R=37.99%
G=28.29%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117220500.260.110.09326.4455.1479.02
HexE7ACCD01AB9146374f
Octal347254315032131150667117
Binary111001111010110011001101011010101110011010001101101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7ACCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7ACCD; }

 p { color: rgb(231,172,205); }

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

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

 a { background-color: rgb(231,172,205); }

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

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

 span { border-color: rgb(231,172,205); }

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