Html Css Color HEX #EEB1D5 Lavender Pink

📋 copy color: '#EEB1D5'

red 238 ◦ green 177 ◦ blue 213

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

Shades of Lavender Pink #EEB1D5

Tints of Lavender Pink #EEB1D5

RGB

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

 GREEN value IS 177 (69.53% from 255) = 28.18%

 BLUE value IS 213 (83.59% from 255) = 33.92%

R = 37.9%
G = 28.18%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EEB1D5 (or 0xEEB1D5) is known color: Lavender Pink. HEX triplet: EE, B1 and D5. RGB value is (238,177,213). Sum of RGB (Red+Green+Blue) = 238+177+213=628 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.90% from 628); Green value is 177 (69.53% from 255 or 28.18% from 628); Blue value is 213 (83.59% from 255 or 33.92% from 628); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB1D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEB1D5 is #114E2A. Grayscale: #C7C7C7. Windows color (decimal): -1134123 or 14004718. OLE color: 14004718.

HSL color Cylindrical-coordinate representation of color #EEB1D5: hue angle of 324.59º degrees, saturation: 0.64, 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 #EEB1D5 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 177 213 -
CMYK 0 0.26 0.11 0.07
HSL 324.59º 0.64% 0.81% -
HSV(B) 324.59º 0.26% 0.93% -
XYZ 62.99 54.43 70.14 -
YUV 199.34 135.71 155.57 -
System Red Green Blue C M Y K H S L
Decimal 238 177 213 0 0.26 0.11 0.07 324.59 0.64 0.81
Hex EE B1 D5 0 1A B 7 145 40 51
Octal 356 261 325 0 32 13 7 505 100 121
Binary 11101110 10110001 11010101 0 11010 1011 111 101000101 1000000 1010001

Color Harmonies of #EEB1D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB1D5

Black with #EEB1D5

Text Example


Text Example

White with #EEB1D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB1D5; }

 p { color: rgb(238,177,213); }

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

background-color css

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

 a { background-color: rgb(238,177,213); }

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

border-color css

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

 span { border-color: rgb(238,177,213); }

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