Html Css Color HEX #EAACD0 Lavender Pink

📋 copy color: '#EAACD0'

red 234 ◦ green 172 ◦ blue 208

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

Shades of Lavender Pink #EAACD0

Tints of Lavender Pink #EAACD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 33.88%

R = 38.11%
G = 28.01%
B = 33.88%

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

#EAACD0 (or 0xEAACD0) is known color: Lavender Pink. HEX triplet: EA, AC and D0. RGB value is (234,172,208). Sum of RGB (Red+Green+Blue) = 234+172+208=614 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.11% from 614); Green value is 172 (67.58% from 255 or 28.01% from 614); Blue value is 208 (81.64% from 255 or 33.88% from 614); Max value from RGB is 234 - color contains mainly: red. Hex color #EAACD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAACD0 is #15532F. Grayscale: #C2C2C2. Windows color (decimal): -1397552 or 13675754. OLE color: 13675754.

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

Color convert

RGB 234 172 208 -
CMYK 0 0.26 0.11 0.08
HSL 325.16º 0.6% 0.8% -
HSV(B) 325.16º 0.26% 0.92% -
XYZ 60.07 51.55 66.46 -
YUV 194.64 135.54 156.07 -
System Red Green Blue C M Y K H S L
Decimal 234 172 208 0 0.26 0.11 0.08 325.16 0.6 0.8
Hex EA AC D0 0 1A B 8 145 3C 50
Octal 352 254 320 0 32 13 10 505 74 120
Binary 11101010 10101100 11010000 0 11010 1011 1000 101000101 111100 1010000

Color Harmonies of #EAACD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAACD0

Black with #EAACD0

Text Example


Text Example

White with #EAACD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAACD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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