#EEA8CD

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

Shades of Lavender Pink #EEA8CD

Tints of Lavender Pink #EEA8CD

Color information

#EEA8CD (or 0xEEA8CD) is unknown color: approx Lavender Pink. HEX triplet: EE, A8 and CD. RGB value is (238,168,205). Sum of RGB (Red+Green+Blue) = 238+168+205=611 (80% of max value = 765). Red value is 238 (93.36% from 255 or 38.95% from 611); Green value is 168 (66.02% from 255 or 27.50% from 611); Blue value is 205 (80.47% from 255 or 33.55% from 611); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA8CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA8CD is #115732. Grayscale: #C1C1C1. Windows color (decimal): -1136435 or 13478126. OLE color: 13478126.

HSL color Cylindrical-coordinate representation of color #EEA8CD: hue angle of 328.29º 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 #EEA8CD is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB238168205-
CMYK00.290.140.07
HSL328.29º67.31%79.61%-
HSV(B)328.29º29.41%93.33%-
XYZ60.2850.5964.35-
YUV193.15134.69159.99-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.95%
GREEN value IS 168 (66.02% from 255) = 27.50%
BLUE value IS 205 (80.47% from 255) = 33.55%
R=38.95%
G=27.50%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816820500.290.140.07328.2967.3179.61
HexEEA8CD01DE71484350
Octal356250315035167510103120
Binary111011101010100011001101011101111011110100100010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA8CD; }

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

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

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

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

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

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

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

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