Html Css Color HEX #E7AACD Lavender Pink

📋 copy color: '#E7AACD'

red 231 ◦ green 170 ◦ blue 205

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

Shades of Lavender Pink #E7AACD

Tints of Lavender Pink #E7AACD

RGB

 RED value IS 231 (90.63% from 255) = 38.12%

 GREEN value IS 170 (66.8% from 255) = 28.05%

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

R = 38.12%
G = 28.05%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E7AACD (or 0xE7AACD) is known color: Lavender Pink. HEX triplet: E7, AA and CD. RGB value is (231,170,205). Sum of RGB (Red+Green+Blue) = 231+170+205=606 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.12% from 606); Green value is 170 (66.80% from 255 or 28.05% from 606); Blue value is 205 (80.47% from 255 or 33.83% from 606); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AACD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7AACD is #185532. Grayscale: #C0C0C0. Windows color (decimal): -1594675 or 13478631. OLE color: 13478631.

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

Color convert

RGB 231 170 205 -
CMYK 0 0.26 0.11 0.09
HSL 325.57º 0.56% 0.79% -
HSV(B) 325.57º 0.26% 0.91% -
XYZ 58.35 50.15 64.36 -
YUV 192.23 135.21 155.65 -
System Red Green Blue C M Y K H S L
Decimal 231 170 205 0 0.26 0.11 0.09 325.57 0.56 0.79
Hex E7 AA CD 0 1A B 9 146 38 4F
Octal 347 252 315 0 32 13 11 506 70 117
Binary 11100111 10101010 11001101 0 11010 1011 1001 101000110 111000 1001111

Color Harmonies of #E7AACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7AACD

Black with #E7AACD

Text Example


Text Example

White with #E7AACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7AACD; }

 p { color: rgb(231,170,205); }

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

background-color css

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

 a { background-color: rgb(231,170,205); }

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

border-color css

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

 span { border-color: rgb(231,170,205); }

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