Html Css Color HEX #E8B1CD Lavender Pink

📋 copy color: '#E8B1CD'

red 232 ◦ green 177 ◦ blue 205

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

Shades of Lavender Pink #E8B1CD

Tints of Lavender Pink #E8B1CD

RGB

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

 GREEN value IS 177 (69.53% from 255) = 28.83%

 BLUE value IS 205 (80.47% from 255) = 33.39%

R = 37.79%
G = 28.83%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E8B1CD (or 0xE8B1CD) is known color: Lavender Pink. HEX triplet: E8, B1 and CD. RGB value is (232,177,205). Sum of RGB (Red+Green+Blue) = 232+177+205=614 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.79% from 614); Green value is 177 (69.53% from 255 or 28.83% from 614); Blue value is 205 (80.47% from 255 or 33.39% from 614); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B1CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8B1CD is #174E32. Grayscale: #C4C4C4. Windows color (decimal): -1527347 or 13480424. OLE color: 13480424.

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

Color convert

RGB 232 177 205 -
CMYK 0 0.24 0.12 0.09
HSL 329.45º 0.54% 0.8% -
HSV(B) 329.45º 0.24% 0.91% -
XYZ 60.02 53.01 64.83 -
YUV 196.64 132.72 153.22 -
System Red Green Blue C M Y K H S L
Decimal 232 177 205 0 0.24 0.12 0.09 329.45 0.54 0.8
Hex E8 B1 CD 0 18 C 9 149 36 50
Octal 350 261 315 0 30 14 11 511 66 120
Binary 11101000 10110001 11001101 0 11000 1100 1001 101001001 110110 1010000

Color Harmonies of #E8B1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8B1CD

Black with #E8B1CD

Text Example


Text Example

White with #E8B1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8B1CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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