Html Css Color HEX #EAABD5 Lavender Pink

📋 copy color: '#EAABD5'

red 234 ◦ green 171 ◦ blue 213

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

Shades of Lavender Pink #EAABD5

Tints of Lavender Pink #EAABD5

RGB

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

 GREEN value IS 171 (67.19% from 255) = 27.67%

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

R = 37.86%
G = 27.67%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EAABD5 (or 0xEAABD5) is known color: Lavender Pink. HEX triplet: EA, AB and D5. RGB value is (234,171,213). Sum of RGB (Red+Green+Blue) = 234+171+213=618 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.86% from 618); Green value is 171 (67.19% from 255 or 27.67% from 618); Blue value is 213 (83.59% from 255 or 34.47% from 618); Max value from RGB is 234 - color contains mainly: red. Hex color #EAABD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAABD5 is #15542A. Grayscale: #C2C2C2. Windows color (decimal): -1397803 or 14003178. OLE color: 14003178.

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

Color convert

RGB 234 171 213 -
CMYK 0 0.27 0.09 0.08
HSL 320º 0.6% 0.79% -
HSV(B) 320º 0.27% 0.92% -
XYZ 60.5 51.42 69.69 -
YUV 194.63 138.37 156.08 -
System Red Green Blue C M Y K H S L
Decimal 234 171 213 0 0.27 0.09 0.08 320 0.6 0.79
Hex EA AB D5 0 1B 9 8 140 3C 4F
Octal 352 253 325 0 33 11 10 500 74 117
Binary 11101010 10101011 11010101 0 11011 1001 1000 101000000 111100 1001111

Color Harmonies of #EAABD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAABD5

Black with #EAABD5

Text Example


Text Example

White with #EAABD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAABD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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