Html Css Color HEX #EEA5D1 Lavender Pink

📋 copy color: '#EEA5D1'

red 238 ◦ green 165 ◦ blue 209

#EEA5D1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Pink #EEA5D1

Tints of Lavender Pink #EEA5D1

RGB

 RED value IS 238 (93.36% from 255) = 38.89%

 GREEN value IS 165 (64.84% from 255) = 26.96%

 BLUE value IS 209 (82.03% from 255) = 34.15%

R = 38.89%
G = 26.96%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EEA5D1 (or 0xEEA5D1) is known color: Lavender Pink. HEX triplet: EE, A5 and D1. RGB value is (238,165,209). Sum of RGB (Red+Green+Blue) = 238+165+209=612 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.89% from 612); Green value is 165 (64.84% from 255 or 26.96% from 612); Blue value is 209 (82.03% from 255 or 34.15% from 612); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA5D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA5D1 is #115A2E. Grayscale: #BFBFBF. Windows color (decimal): -1137199 or 13739502. OLE color: 13739502.

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

Color convert

RGB 238 165 209 -
CMYK 0 0.31 0.12 0.07
HSL 323.84º 0.68% 0.79% -
HSV(B) 323.84º 0.31% 0.93% -
XYZ 60.22 49.69 66.74 -
YUV 191.84 137.68 160.92 -
System Red Green Blue C M Y K H S L
Decimal 238 165 209 0 0.31 0.12 0.07 323.84 0.68 0.79
Hex EE A5 D1 0 1F C 7 144 44 4F
Octal 356 245 321 0 37 14 7 504 104 117
Binary 11101110 10100101 11010001 0 11111 1100 111 101000100 1000100 1001111

Color Harmonies of #EEA5D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA5D1

Black with #EEA5D1

Text Example


Text Example

White with #EEA5D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA5D1; }

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

 H1.HeaderClassName
 {
   color: #EEA5D1;
 }
 .AnyTagClassName
 {
   color: #EEA5D1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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