Html Css Color HEX #EEB0D1 Lavender Pink

📋 copy color: '#EEB0D1'

red 238 ◦ green 176 ◦ blue 209

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

Shades of Lavender Pink #EEB0D1

Tints of Lavender Pink #EEB0D1

RGB

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

 GREEN value IS 176 (69.14% from 255) = 28.25%

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

R = 38.2%
G = 28.25%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EEB0D1 (or 0xEEB0D1) is known color: Lavender Pink. HEX triplet: EE, B0 and D1. RGB value is (238,176,209). Sum of RGB (Red+Green+Blue) = 238+176+209=623 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.20% from 623); Green value is 176 (69.14% from 255 or 28.25% from 623); Blue value is 209 (82.03% from 255 or 33.55% from 623); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB0D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEB0D1 is #114F2E. Grayscale: #C6C6C6. Windows color (decimal): -1134383 or 13742318. OLE color: 13742318.

HSL color Cylindrical-coordinate representation of color #EEB0D1: hue angle of 328.06º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EEB0D1 is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 176 209 -
CMYK 0 0.26 0.12 0.07
HSL 328.06º 0.65% 0.81% -
HSV(B) 328.06º 0.26% 0.93% -
XYZ 62.29 53.83 67.43 -
YUV 198.3 134.04 156.32 -
System Red Green Blue C M Y K H S L
Decimal 238 176 209 0 0.26 0.12 0.07 328.06 0.65 0.81
Hex EE B0 D1 0 1A C 7 148 41 51
Octal 356 260 321 0 32 14 7 510 101 121
Binary 11101110 10110000 11010001 0 11010 1100 111 101001000 1000001 1010001

Color Harmonies of #EEB0D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB0D1

Black with #EEB0D1

Text Example


Text Example

White with #EEB0D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB0D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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