#EEA5D3

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

Shades of Lavender Pink #EEA5D3

Tints of Lavender Pink #EEA5D3

Color information

#EEA5D3 (or 0xEEA5D3) is unknown color: approx Lavender Pink. HEX triplet: EE, A5 and D3. RGB value is (238,165,211). Sum of RGB (Red+Green+Blue) = 238+165+211=614 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.76% from 614); Green value is 165 (64.84% from 255 or 26.87% from 614); Blue value is 211 (82.81% from 255 or 34.36% from 614); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA5D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA5D3 is #115A2C. Grayscale: #BFBFBF. Windows color (decimal): -1137197 or 13870574. OLE color: 13870574.

HSL color Cylindrical-coordinate representation of color #EEA5D3: hue angle of 322.19º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EEA5D3 is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB238165211-
CMYK00.310.110.07
HSL322.19º68.22%79.02%-
HSV(B)322.19º30.67%93.33%-
XYZ60.4749.7968.05-
YUV192.07138.68160.76-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.76%
GREEN value IS 165 (64.84% from 255) = 26.87%
BLUE value IS 211 (82.81% from 255) = 34.36%
R=38.76%
G=26.87%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816521100.310.110.07322.1968.2279.02
HexEEA5D301FB7142444f
Octal356245323037137502104117
Binary111011101010010111010011011111101111110100001010001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA5D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA5D3; }

 p { color: rgb(238,165,211); }

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

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

 a { background-color: rgb(238,165,211); }

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

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

 span { border-color: rgb(238,165,211); }

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