Html Css Color HEX #EAABD3 Lavender Pink

📋 copy color: '#EAABD3'

red 234 ◦ green 171 ◦ blue 211

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

Shades of Lavender Pink #EAABD3

Tints of Lavender Pink #EAABD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 34.25%

R = 37.99%
G = 27.76%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EAABD3 (or 0xEAABD3) is known color: Lavender Pink. HEX triplet: EA, AB and D3. RGB value is (234,171,211). Sum of RGB (Red+Green+Blue) = 234+171+211=616 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.99% from 616); Green value is 171 (67.19% from 255 or 27.76% from 616); Blue value is 211 (82.81% from 255 or 34.25% from 616); Max value from RGB is 234 - color contains mainly: red. Hex color #EAABD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAABD3 is #15542C. Grayscale: #C2C2C2. Windows color (decimal): -1397805 or 13872106. OLE color: 13872106.

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

Color convert

RGB 234 171 211 -
CMYK 0 0.27 0.10 0.08
HSL 321.9º 0.6% 0.79% -
HSV(B) 321.9º 0.27% 0.92% -
XYZ 60.25 51.32 68.36 -
YUV 194.4 137.37 156.25 -
System Red Green Blue C M Y K H S L
Decimal 234 171 211 0 0.27 0.10 0.08 321.9 0.6 0.79
Hex EA AB D3 0 1B A 8 142 3C 4F
Octal 352 253 323 0 33 12 10 502 74 117
Binary 11101010 10101011 11010011 0 11011 1010 1000 101000010 111100 1001111

Color Harmonies of #EAABD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAABD3

Black with #EAABD3

Text Example


Text Example

White with #EAABD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAABD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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