Html Css Color HEX #EAB6D6 Lavender Pink

📋 copy color: '#EAB6D6'

red 234 ◦ green 182 ◦ blue 214

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

Shades of Lavender Pink #EAB6D6

Tints of Lavender Pink #EAB6D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 33.97%

R = 37.14%
G = 28.89%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EAB6D6 (or 0xEAB6D6) is known color: Lavender Pink. HEX triplet: EA, B6 and D6. RGB value is (234,182,214). Sum of RGB (Red+Green+Blue) = 234+182+214=630 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.14% from 630); Green value is 182 (71.48% from 255 or 28.89% from 630); Blue value is 214 (83.98% from 255 or 33.97% from 630); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB6D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB6D6 is #154929. Grayscale: #C9C9C9. Windows color (decimal): -1394986 or 14071530. OLE color: 14071530.

HSL color Cylindrical-coordinate representation of color #EAB6D6: hue angle of 323.08º 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 #EAB6D6 is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 182 214 -
CMYK 0 0.22 0.09 0.08
HSL 323.08º 0.55% 0.82% -
HSV(B) 323.08º 0.22% 0.92% -
XYZ 62.8 55.8 71.08 -
YUV 201.2 135.23 151.4 -
System Red Green Blue C M Y K H S L
Decimal 234 182 214 0 0.22 0.09 0.08 323.08 0.55 0.82
Hex EA B6 D6 0 16 9 8 143 37 52
Octal 352 266 326 0 26 11 10 503 67 122
Binary 11101010 10110110 11010110 0 10110 1001 1000 101000011 110111 1010010

Color Harmonies of #EAB6D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB6D6

Black with #EAB6D6

Text Example


Text Example

White with #EAB6D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB6D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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