Html Css Color HEX #E8AFD1 Lavender Pink

📋 copy color: '#E8AFD1'

red 232 ◦ green 175 ◦ blue 209

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

Shades of Lavender Pink #E8AFD1

Tints of Lavender Pink #E8AFD1

RGB

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

 GREEN value IS 175 (68.75% from 255) = 28.41%

 BLUE value IS 209 (82.03% from 255) = 33.93%

R = 37.66%
G = 28.41%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#E8AFD1 (or 0xE8AFD1) is known color: Lavender Pink. HEX triplet: E8, AF and D1. RGB value is (232,175,209). Sum of RGB (Red+Green+Blue) = 232+175+209=616 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.66% from 616); Green value is 175 (68.75% from 255 or 28.41% from 616); Blue value is 209 (82.03% from 255 or 33.93% from 616); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AFD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8AFD1 is #17502E. Grayscale: #C3C3C3. Windows color (decimal): -1527855 or 13742056. OLE color: 13742056.

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

Color convert

RGB 232 175 209 -
CMYK 0 0.25 0.10 0.09
HSL 324.21º 0.55% 0.8% -
HSV(B) 324.21º 0.25% 0.91% -
XYZ 60.12 52.42 67.27 -
YUV 195.92 135.38 153.74 -
System Red Green Blue C M Y K H S L
Decimal 232 175 209 0 0.25 0.10 0.09 324.21 0.55 0.8
Hex E8 AF D1 0 19 A 9 144 37 50
Octal 350 257 321 0 31 12 11 504 67 120
Binary 11101000 10101111 11010001 0 11001 1010 1001 101000100 110111 1010000

Color Harmonies of #E8AFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8AFD1

Black with #E8AFD1

Text Example


Text Example

White with #E8AFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8AFD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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