Html Css Color HEX #EAACD2 Lavender Pink

📋 copy color: '#EAACD2'

red 234 ◦ green 172 ◦ blue 210

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

Shades of Lavender Pink #EAACD2

Tints of Lavender Pink #EAACD2

RGB

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

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

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

R = 37.99%
G = 27.92%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EAACD2 (or 0xEAACD2) is known color: Lavender Pink. HEX triplet: EA, AC and D2. RGB value is (234,172,210). Sum of RGB (Red+Green+Blue) = 234+172+210=616 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.99% from 616); Green value is 172 (67.58% from 255 or 27.92% from 616); Blue value is 210 (82.42% from 255 or 34.09% from 616); Max value from RGB is 234 - color contains mainly: red. Hex color #EAACD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAACD2 is #15532D. Grayscale: #C2C2C2. Windows color (decimal): -1397550 or 13806826. OLE color: 13806826.

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

Color convert

RGB 234 172 210 -
CMYK 0 0.26 0.10 0.08
HSL 323.23º 0.6% 0.8% -
HSV(B) 323.23º 0.26% 0.92% -
XYZ 60.32 51.65 67.76 -
YUV 194.87 136.54 155.91 -
System Red Green Blue C M Y K H S L
Decimal 234 172 210 0 0.26 0.10 0.08 323.23 0.6 0.8
Hex EA AC D2 0 1A A 8 143 3C 50
Octal 352 254 322 0 32 12 10 503 74 120
Binary 11101010 10101100 11010010 0 11010 1010 1000 101000011 111100 1010000

Color Harmonies of #EAACD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAACD2

Black with #EAACD2

Text Example


Text Example

White with #EAACD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAACD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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