#EAAFD0

Color #EAAFD0 Lavender Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Pink #EAAFD0

Tints of Lavender Pink #EAAFD0

Color information

#EAAFD0 (or 0xEAAFD0) is unknown color: approx Lavender Pink. HEX triplet: EA, AF and D0. RGB value is (234,175,208). Sum of RGB (Red+Green+Blue) = 234+175+208=617 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.93% from 617); Green value is 175 (68.75% from 255 or 28.36% from 617); Blue value is 208 (81.64% from 255 or 33.71% from 617); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAFD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAFD0 is #15502F. Grayscale: #C4C4C4. Windows color (decimal): -1396784 or 13676522. OLE color: 13676522.

HSL color Cylindrical-coordinate representation of color #EAAFD0: hue angle of 326.44º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EAAFD0 is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB234175208-
CMYK00.250.110.08
HSL326.44º58.42%80.2%-
HSV(B)326.44º25.21%91.76%-
XYZ60.6552.7166.65-
YUV196.4134.55154.82-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.93%
GREEN value IS 175 (68.75% from 255) = 28.36%
BLUE value IS 208 (81.64% from 255) = 33.71%
R=37.93%
G=28.36%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417520800.250.110.08326.4458.4280.2
HexEAAFD0019B81463a50
Octal352257320031131050672120
Binary111010101010111111010000011001101110001010001101110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAFD0; }

 p { color: rgb(234,175,208); }

 H1.HeaderClassName
 {
   color: #EAAFD0;
 }
 .AnyTagClassName
 {
   color: #EAAFD0;
 }
</style>
background-color css

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

 a { background-color: rgb(234,175,208); }

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

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

 span { border-color: rgb(234,175,208); }

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