Html Css Color HEX #E8ACD0 Lavender Pink

📋 copy color: '#E8ACD0'

red 232 ◦ green 172 ◦ blue 208

#E8ACD0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Pink #E8ACD0

Tints of Lavender Pink #E8ACD0

RGB

 RED value IS 232 (91.02% from 255) = 37.91%

 GREEN value IS 172 (67.58% from 255) = 28.1%

 BLUE value IS 208 (81.64% from 255) = 33.99%

R = 37.91%
G = 28.1%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#E8ACD0 (or 0xE8ACD0) is known color: Lavender Pink. HEX triplet: E8, AC and D0. RGB value is (232,172,208). Sum of RGB (Red+Green+Blue) = 232+172+208=612 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.91% from 612); Green value is 172 (67.58% from 255 or 28.10% from 612); Blue value is 208 (81.64% from 255 or 33.99% from 612); Max value from RGB is 232 - color contains mainly: red. Hex color #E8ACD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8ACD0 is #17532F. Grayscale: #C1C1C1. Windows color (decimal): -1528624 or 13675752. OLE color: 13675752.

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

Color convert

RGB 232 172 208 -
CMYK 0 0.26 0.10 0.09
HSL 324º 0.57% 0.79% -
HSV(B) 324º 0.26% 0.91% -
XYZ 59.42 51.21 66.43 -
YUV 194.04 135.88 155.07 -
System Red Green Blue C M Y K H S L
Decimal 232 172 208 0 0.26 0.10 0.09 324 0.57 0.79
Hex E8 AC D0 0 1A A 9 144 39 4F
Octal 350 254 320 0 32 12 11 504 71 117
Binary 11101000 10101100 11010000 0 11010 1010 1001 101000100 111001 1001111

Color Harmonies of #E8ACD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8ACD0

Black with #E8ACD0

Text Example


Text Example

White with #E8ACD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8ACD0; }

 p { color: rgb(232,172,208); }

 H1.HeaderClassName
 {
   color: #E8ACD0;
 }
 .AnyTagClassName
 {
   color: #E8ACD0;
 }
</style>

background-color css

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

 a { background-color: rgb(232,172,208); }

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

border-color css

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

 span { border-color: rgb(232,172,208); }

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