#E7AFCF

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

Shades of Lavender Pink #E7AFCF

Tints of Lavender Pink #E7AFCF

Color information

#E7AFCF (or 0xE7AFCF) is unknown color: approx Lavender Pink. HEX triplet: E7, AF and CF. RGB value is (231,175,207). Sum of RGB (Red+Green+Blue) = 231+175+207=613 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.68% from 613); Green value is 175 (68.75% from 255 or 28.55% from 613); Blue value is 207 (81.25% from 255 or 33.77% from 613); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AFCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7AFCF is #185030. Grayscale: #C3C3C3. Windows color (decimal): -1593393 or 13610983. OLE color: 13610983.

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

Color convert

RGB231175207-
CMYK00.240.100.09
HSL325.71º53.85%79.61%-
HSV(B)325.71º24.24%90.59%-
XYZ59.5552.1565.96-
YUV195.39134.55153.4-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.68%
GREEN value IS 175 (68.75% from 255) = 28.55%
BLUE value IS 207 (81.25% from 255) = 33.77%
R=37.68%
G=28.55%
B=33.77%

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
Decimal23117520700.240.100.09325.7153.8579.61
HexE7AFCF018A91463650
Octal347257317030121150666120
Binary111001111010111111001111011000101010011010001101101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AFCF; }

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

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

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

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

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

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

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

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