#E7AFD0

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

Shades of Lavender Pink #E7AFD0

Tints of Lavender Pink #E7AFD0

Color information

#E7AFD0 (or 0xE7AFD0) is unknown color: approx Lavender Pink. HEX triplet: E7, AF and D0. RGB value is (231,175,208). Sum of RGB (Red+Green+Blue) = 231+175+208=614 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.62% from 614); Green value is 175 (68.75% from 255 or 28.50% from 614); Blue value is 208 (81.64% from 255 or 33.88% from 614); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AFD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7AFD0 is #18502F. Grayscale: #C3C3C3. Windows color (decimal): -1593392 or 13676519. OLE color: 13676519.

HSL color Cylindrical-coordinate representation of color #E7AFD0: hue angle of 324.64º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E7AFD0 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB231175208-
CMYK00.240.100.09
HSL324.64º53.85%79.61%-
HSV(B)324.64º24.24%90.59%-
XYZ59.6752.266.61-
YUV195.51135.05153.32-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.62%
GREEN value IS 175 (68.75% from 255) = 28.50%
BLUE value IS 208 (81.64% from 255) = 33.88%
R=37.62%
G=28.50%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117520800.240.100.09324.6453.8579.61
HexE7AFD0018A91453650
Octal347257320030121150566120
Binary111001111010111111010000011000101010011010001011101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AFD0; }

 p { color: rgb(231,175,208); }

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

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

 a { background-color: rgb(231,175,208); }

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

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

 span { border-color: rgb(231,175,208); }

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