#EEA8D0

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

Shades of Lavender Pink #EEA8D0

Tints of Lavender Pink #EEA8D0

Color information

#EEA8D0 (or 0xEEA8D0) is unknown color: approx Lavender Pink. HEX triplet: EE, A8 and D0. RGB value is (238,168,208). Sum of RGB (Red+Green+Blue) = 238+168+208=614 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.76% from 614); Green value is 168 (66.02% from 255 or 27.36% from 614); Blue value is 208 (81.64% from 255 or 33.88% from 614); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA8D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA8D0 is #11572F. Grayscale: #C1C1C1. Windows color (decimal): -1136432 or 13674734. OLE color: 13674734.

HSL color Cylindrical-coordinate representation of color #EEA8D0: hue angle of 325.71º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EEA8D0 is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB238168208-
CMYK00.290.130.07
HSL325.71º67.31%79.61%-
HSV(B)325.71º29.41%93.33%-
XYZ60.6550.7466.27-
YUV193.49136.19159.75-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.76%
GREEN value IS 168 (66.02% from 255) = 27.36%
BLUE value IS 208 (81.64% from 255) = 33.88%
R=38.76%
G=27.36%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816820800.290.130.07325.7167.3179.61
HexEEA8D001DD71464350
Octal356250320035157506103120
Binary111011101010100011010000011101110111110100011010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA8D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA8D0; }

 p { color: rgb(238,168,208); }

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

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

 a { background-color: rgb(238,168,208); }

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

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

 span { border-color: rgb(238,168,208); }

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