Html Css Color HEX #EAACD1 Lavender Pink

📋 copy color: '#EAACD1'

red 234 ◦ green 172 ◦ blue 209

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

Shades of Lavender Pink #EAACD1

Tints of Lavender Pink #EAACD1

RGB

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

 GREEN value IS 172 (67.58% from 255) = 27.97%

 BLUE value IS 209 (82.03% from 255) = 33.98%

R = 38.05%
G = 27.97%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EAACD1 (or 0xEAACD1) is known color: Lavender Pink. HEX triplet: EA, AC and D1. RGB value is (234,172,209). Sum of RGB (Red+Green+Blue) = 234+172+209=615 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.05% from 615); Green value is 172 (67.58% from 255 or 27.97% from 615); Blue value is 209 (82.03% from 255 or 33.98% from 615); Max value from RGB is 234 - color contains mainly: red. Hex color #EAACD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAACD1 is #15532E. Grayscale: #C2C2C2. Windows color (decimal): -1397551 or 13741290. OLE color: 13741290.

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

Color convert

RGB 234 172 209 -
CMYK 0 0.26 0.11 0.08
HSL 324.19º 0.6% 0.8% -
HSV(B) 324.19º 0.26% 0.92% -
XYZ 60.19 51.6 67.11 -
YUV 194.76 136.04 155.99 -
System Red Green Blue C M Y K H S L
Decimal 234 172 209 0 0.26 0.11 0.08 324.19 0.6 0.8
Hex EA AC D1 0 1A B 8 144 3C 50
Octal 352 254 321 0 32 13 10 504 74 120
Binary 11101010 10101100 11010001 0 11010 1011 1000 101000100 111100 1010000

Color Harmonies of #EAACD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAACD1

Black with #EAACD1

Text Example


Text Example

White with #EAACD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAACD1; }

 p { color: rgb(234,172,209); }

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

background-color css

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

 a { background-color: rgb(234,172,209); }

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

border-color css

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

 span { border-color: rgb(234,172,209); }

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