Html Css Color HEX #EAB2D6 Lavender Pink

📋 copy color: '#EAB2D6'

red 234 ◦ green 178 ◦ blue 214

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

Shades of Lavender Pink #EAB2D6

Tints of Lavender Pink #EAB2D6

RGB

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

 GREEN value IS 178 (69.92% from 255) = 28.43%

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

R = 37.38%
G = 28.43%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EAB2D6 (or 0xEAB2D6) is known color: Lavender Pink. HEX triplet: EA, B2 and D6. RGB value is (234,178,214). Sum of RGB (Red+Green+Blue) = 234+178+214=626 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.38% from 626); Green value is 178 (69.92% from 255 or 28.43% from 626); Blue value is 214 (83.98% from 255 or 34.19% from 626); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB2D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAB2D6 is #154D29. Grayscale: #C6C6C6. Windows color (decimal): -1396010 or 14070506. OLE color: 14070506.

HSL color Cylindrical-coordinate representation of color #EAB2D6: hue angle of 321.43º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EAB2D6 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 178 214 -
CMYK 0 0.24 0.09 0.08
HSL 321.43º 0.57% 0.81% -
HSV(B) 321.43º 0.24% 0.92% -
XYZ 61.99 54.19 70.81 -
YUV 198.85 136.55 153.07 -
System Red Green Blue C M Y K H S L
Decimal 234 178 214 0 0.24 0.09 0.08 321.43 0.57 0.81
Hex EA B2 D6 0 18 9 8 141 39 51
Octal 352 262 326 0 30 11 10 501 71 121
Binary 11101010 10110010 11010110 0 11000 1001 1000 101000001 111001 1010001

Color Harmonies of #EAB2D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB2D6

Black with #EAB2D6

Text Example


Text Example

White with #EAB2D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB2D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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