#E8AFCD

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

Shades of Lavender Pink #E8AFCD

Tints of Lavender Pink #E8AFCD

Color information

#E8AFCD (or 0xE8AFCD) is unknown color: approx Lavender Pink. HEX triplet: E8, AF and CD. RGB value is (232,175,205). Sum of RGB (Red+Green+Blue) = 232+175+205=612 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.91% from 612); Green value is 175 (68.75% from 255 or 28.59% from 612); Blue value is 205 (80.47% from 255 or 33.50% from 612); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AFCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8AFCD is #175032. Grayscale: #C3C3C3. Windows color (decimal): -1527859 or 13479912. OLE color: 13479912.

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

Color convert

RGB232175205-
CMYK00.250.120.09
HSL328.42º55.34%79.8%-
HSV(B)328.42º24.57%90.98%-
XYZ59.6352.2264.7-
YUV195.46133.38154.06-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.91%
GREEN value IS 175 (68.75% from 255) = 28.59%
BLUE value IS 205 (80.47% from 255) = 33.50%
R=37.91%
G=28.59%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23217520500.250.120.09328.4255.3479.8
HexE8AFCD019C91483750
Octal350257315031141151067120
Binary111010001010111111001101011001110010011010010001101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8AFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8AFCD; }

 p { color: rgb(232,175,205); }

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

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

 a { background-color: rgb(232,175,205); }

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

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

 span { border-color: rgb(232,175,205); }

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