#E7AFCE

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

Shades of Lavender Pink #E7AFCE

Tints of Lavender Pink #E7AFCE

Color information

#E7AFCE (or 0xE7AFCE) is unknown color: approx Lavender Pink. HEX triplet: E7, AF and CE. RGB value is (231,175,206). Sum of RGB (Red+Green+Blue) = 231+175+206=612 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.75% from 612); Green value is 175 (68.75% from 255 or 28.59% from 612); Blue value is 206 (80.86% from 255 or 33.66% from 612); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AFCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7AFCE is #185031. Grayscale: #C3C3C3. Windows color (decimal): -1593394 or 13545447. OLE color: 13545447.

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

Color convert

RGB231175206-
CMYK00.240.110.09
HSL326.79º53.85%79.61%-
HSV(B)326.79º24.24%90.59%-
XYZ59.4352.1165.32-
YUV195.28134.05153.48-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.75%
GREEN value IS 175 (68.75% from 255) = 28.59%
BLUE value IS 206 (80.86% from 255) = 33.66%
R=37.75%
G=28.59%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117520600.240.110.09326.7953.8579.61
HexE7AFCE018B91473650
Octal347257316030131150766120
Binary111001111010111111001110011000101110011010001111101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AFCE; }

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

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

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

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

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

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

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

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