Html Css Color HEX #EAB6D1 Lavender Pink

📋 copy color: '#EAB6D1'

red 234 ◦ green 182 ◦ blue 209

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

Shades of Lavender Pink #EAB6D1

Tints of Lavender Pink #EAB6D1

RGB

 RED value IS 234 (91.8% from 255) = 37.44%

 GREEN value IS 182 (71.48% from 255) = 29.12%

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

R = 37.44%
G = 29.12%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EAB6D1 (or 0xEAB6D1) is known color: Lavender Pink. HEX triplet: EA, B6 and D1. RGB value is (234,182,209). Sum of RGB (Red+Green+Blue) = 234+182+209=625 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.44% from 625); Green value is 182 (71.48% from 255 or 29.12% from 625); Blue value is 209 (82.03% from 255 or 33.44% from 625); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB6D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB6D1 is #15492E. Grayscale: #C8C8C8. Windows color (decimal): -1394991 or 13743850. OLE color: 13743850.

HSL color Cylindrical-coordinate representation of color #EAB6D1: hue angle of 328.85º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EAB6D1 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 182 209 -
CMYK 0 0.22 0.11 0.08
HSL 328.85º 0.55% 0.82% -
HSV(B) 328.85º 0.22% 0.92% -
XYZ 62.17 55.55 67.77 -
YUV 200.63 132.73 151.8 -
System Red Green Blue C M Y K H S L
Decimal 234 182 209 0 0.22 0.11 0.08 328.85 0.55 0.82
Hex EA B6 D1 0 16 B 8 149 37 52
Octal 352 266 321 0 26 13 10 511 67 122
Binary 11101010 10110110 11010001 0 10110 1011 1000 101001001 110111 1010010

Color Harmonies of #EAB6D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB6D1

Black with #EAB6D1

Text Example


Text Example

White with #EAB6D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB6D1; }

 p { color: rgb(234,182,209); }

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

background-color css

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

 a { background-color: rgb(234,182,209); }

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

border-color css

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

 span { border-color: rgb(234,182,209); }

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