Html Css Color HEX #EAB1D2 Lavender Pink

📋 copy color: '#EAB1D2'

red 234 ◦ green 177 ◦ blue 210

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

Shades of Lavender Pink #EAB1D2

Tints of Lavender Pink #EAB1D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 33.82%

R = 37.68%
G = 28.5%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EAB1D2 (or 0xEAB1D2) is known color: Lavender Pink. HEX triplet: EA, B1 and D2. RGB value is (234,177,210). Sum of RGB (Red+Green+Blue) = 234+177+210=621 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.68% from 621); Green value is 177 (69.53% from 255 or 28.50% from 621); Blue value is 210 (82.42% from 255 or 33.82% from 621); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB1D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAB1D2 is #154E2D. Grayscale: #C5C5C5. Windows color (decimal): -1396270 or 13808106. OLE color: 13808106.

HSL color Cylindrical-coordinate representation of color #EAB1D2: hue angle of 325.26º degrees, saturation: 0.58, 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 #EAB1D2 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 177 210 -
CMYK 0 0.24 0.10 0.08
HSL 325.26º 0.58% 0.81% -
HSV(B) 325.26º 0.24% 0.92% -
XYZ 61.29 53.59 68.09 -
YUV 197.81 134.88 153.82 -
System Red Green Blue C M Y K H S L
Decimal 234 177 210 0 0.24 0.10 0.08 325.26 0.58 0.81
Hex EA B1 D2 0 18 A 8 145 3A 51
Octal 352 261 322 0 30 12 10 505 72 121
Binary 11101010 10110001 11010010 0 11000 1010 1000 101000101 111010 1010001

Color Harmonies of #EAB1D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB1D2

Black with #EAB1D2

Text Example


Text Example

White with #EAB1D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB1D2; }

 p { color: rgb(234,177,210); }

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

background-color css

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

 a { background-color: rgb(234,177,210); }

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

border-color css

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

 span { border-color: rgb(234,177,210); }

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