#EAACD0

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

Shades of Lavender Pink #EAACD0

Tints of Lavender Pink #EAACD0

Color information

#EAACD0 (or 0xEAACD0) is unknown color: approx Lavender Pink. HEX triplet: EA, AC and D0. RGB value is (234,172,208). Sum of RGB (Red+Green+Blue) = 234+172+208=614 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.11% from 614); Green value is 172 (67.58% from 255 or 28.01% from 614); Blue value is 208 (81.64% from 255 or 33.88% from 614); Max value from RGB is 234 - color contains mainly: red. Hex color #EAACD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAACD0 is #15532F. Grayscale: #C2C2C2. Windows color (decimal): -1397552 or 13675754. OLE color: 13675754.

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

Color convert

RGB234172208-
CMYK00.260.110.08
HSL325.16º59.62%79.61%-
HSV(B)325.16º26.5%91.76%-
XYZ60.0751.5566.46-
YUV194.64135.54156.07-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.11%
GREEN value IS 172 (67.58% from 255) = 28.01%
BLUE value IS 208 (81.64% from 255) = 33.88%
R=38.11%
G=28.01%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417220800.260.110.08325.1659.6279.61
HexEAACD001AB81453c50
Octal352254320032131050574120
Binary111010101010110011010000011010101110001010001011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAACD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAACD0; }

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

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

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

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

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

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

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

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