Html Css Color HEX #E7AED0 Lavender Pink

📋 copy color: '#E7AED0'

red 231 ◦ green 174 ◦ blue 208

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

Shades of Lavender Pink #E7AED0

Tints of Lavender Pink #E7AED0

RGB

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

 GREEN value IS 174 (68.36% from 255) = 28.38%

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

R = 37.68%
G = 28.38%
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

#E7AED0 (or 0xE7AED0) is known color: Lavender Pink. HEX triplet: E7, AE and D0. RGB value is (231,174,208). Sum of RGB (Red+Green+Blue) = 231+174+208=613 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.68% from 613); Green value is 174 (68.36% from 255 or 28.38% from 613); Blue value is 208 (81.64% from 255 or 33.93% from 613); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AED0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7AED0 is #18512F. Grayscale: #C2C2C2. Windows color (decimal): -1593648 or 13676263. OLE color: 13676263.

HSL color Cylindrical-coordinate representation of color #E7AED0: hue angle of 324.21º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E7AED0 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 174 208 -
CMYK 0 0.25 0.10 0.09
HSL 324.21º 0.54% 0.79% -
HSV(B) 324.21º 0.25% 0.91% -
XYZ 59.48 51.82 66.54 -
YUV 194.92 135.38 153.74 -
System Red Green Blue C M Y K H S L
Decimal 231 174 208 0 0.25 0.10 0.09 324.21 0.54 0.79
Hex E7 AE D0 0 19 A 9 144 36 4F
Octal 347 256 320 0 31 12 11 504 66 117
Binary 11100111 10101110 11010000 0 11001 1010 1001 101000100 110110 1001111

Color Harmonies of #E7AED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7AED0

Black with #E7AED0

Text Example


Text Example

White with #E7AED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7AED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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