Html Css Color HEX #EAB1D5 Lavender Pink

📋 copy color: '#EAB1D5'

red 234 ◦ green 177 ◦ blue 213

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

Shades of Lavender Pink #EAB1D5

Tints of Lavender Pink #EAB1D5

RGB

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

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

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

R = 37.5%
G = 28.37%
B = 34.13%

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

#EAB1D5 (or 0xEAB1D5) is known color: Lavender Pink. HEX triplet: EA, B1 and D5. RGB value is (234,177,213). Sum of RGB (Red+Green+Blue) = 234+177+213=624 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.5% from 624); Green value is 177 (69.53% from 255 or 28.37% from 624); Blue value is 213 (83.59% from 255 or 34.13% from 624); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB1D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAB1D5 is #154E2A. Grayscale: #C6C6C6. Windows color (decimal): -1396267 or 14004714. OLE color: 14004714.

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

Color convert

RGB 234 177 213 -
CMYK 0 0.24 0.09 0.08
HSL 322.11º 0.58% 0.81% -
HSV(B) 322.11º 0.24% 0.92% -
XYZ 61.66 53.74 70.07 -
YUV 198.15 136.38 153.57 -
System Red Green Blue C M Y K H S L
Decimal 234 177 213 0 0.24 0.09 0.08 322.11 0.58 0.81
Hex EA B1 D5 0 18 9 8 142 3A 51
Octal 352 261 325 0 30 11 10 502 72 121
Binary 11101010 10110001 11010101 0 11000 1001 1000 101000010 111010 1010001

Color Harmonies of #EAB1D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB1D5

Black with #EAB1D5

Text Example


Text Example

White with #EAB1D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB1D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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