Html Css Color HEX #EAACC9 Lavender Pink

📋 copy color: '#EAACC9'

red 234 ◦ green 172 ◦ blue 201

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

Shades of Lavender Pink #EAACC9

Tints of Lavender Pink #EAACC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 33.11%

R = 38.55%
G = 28.34%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#EAACC9 (or 0xEAACC9) is known color: Lavender Pink. HEX triplet: EA, AC and C9. RGB value is (234,172,201). Sum of RGB (Red+Green+Blue) = 234+172+201=607 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.55% from 607); Green value is 172 (67.58% from 255 or 28.34% from 607); Blue value is 201 (78.91% from 255 or 33.11% from 607); Max value from RGB is 234 - color contains mainly: red. Hex color #EAACC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAACC9 is #155336. Grayscale: #C1C1C1. Windows color (decimal): -1397559 or 13217002. OLE color: 13217002.

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

Color convert

RGB 234 172 201 -
CMYK 0 0.26 0.14 0.08
HSL 331.94º 0.6% 0.8% -
HSV(B) 331.94º 0.26% 0.92% -
XYZ 59.23 51.21 62.02 -
YUV 193.84 132.04 156.64 -
System Red Green Blue C M Y K H S L
Decimal 234 172 201 0 0.26 0.14 0.08 331.94 0.6 0.8
Hex EA AC C9 0 1A E 8 14C 3C 50
Octal 352 254 311 0 32 16 10 514 74 120
Binary 11101010 10101100 11001001 0 11010 1110 1000 101001100 111100 1010000

Color Harmonies of #EAACC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAACC9

Black with #EAACC9

Text Example


Text Example

White with #EAACC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAACC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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