Html Css Color HEX #E7AAD0 Lavender Pink

📋 copy color: '#E7AAD0'

red 231 ◦ green 170 ◦ blue 208

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

Shades of Lavender Pink #E7AAD0

Tints of Lavender Pink #E7AAD0

RGB

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

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

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

R = 37.93%
G = 27.91%
B = 34.15%

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

#E7AAD0 (or 0xE7AAD0) is known color: Lavender Pink. HEX triplet: E7, AA and D0. RGB value is (231,170,208). Sum of RGB (Red+Green+Blue) = 231+170+208=609 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.93% from 609); Green value is 170 (66.80% from 255 or 27.91% from 609); Blue value is 208 (81.64% from 255 or 34.15% from 609); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AAD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7AAD0 is #18552F. Grayscale: #C0C0C0. Windows color (decimal): -1594672 or 13675239. OLE color: 13675239.

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

Color convert

RGB 231 170 208 -
CMYK 0 0.26 0.10 0.09
HSL 322.62º 0.56% 0.79% -
HSV(B) 322.62º 0.26% 0.91% -
XYZ 58.71 50.29 66.29 -
YUV 192.57 136.71 155.41 -
System Red Green Blue C M Y K H S L
Decimal 231 170 208 0 0.26 0.10 0.09 322.62 0.56 0.79
Hex E7 AA D0 0 1A A 9 143 38 4F
Octal 347 252 320 0 32 12 11 503 70 117
Binary 11100111 10101010 11010000 0 11010 1010 1001 101000011 111000 1001111

Color Harmonies of #E7AAD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7AAD0

Black with #E7AAD0

Text Example


Text Example

White with #E7AAD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7AAD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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