Html Css Color HEX #EAACCE Lavender Pink

📋 copy color: '#EAACCE'

red 234 ◦ green 172 ◦ blue 206

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

Shades of Lavender Pink #EAACCE

Tints of Lavender Pink #EAACCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 33.66%

R = 38.24%
G = 28.1%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EAACCE (or 0xEAACCE) is known color: Lavender Pink. HEX triplet: EA, AC and CE. RGB value is (234,172,206). Sum of RGB (Red+Green+Blue) = 234+172+206=612 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.24% from 612); Green value is 172 (67.58% from 255 or 28.10% from 612); Blue value is 206 (80.86% from 255 or 33.66% from 612); Max value from RGB is 234 - color contains mainly: red. Hex color #EAACCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAACCE is #155331. Grayscale: #C2C2C2. Windows color (decimal): -1397554 or 13544682. OLE color: 13544682.

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

Color convert

RGB 234 172 206 -
CMYK 0 0.26 0.12 0.08
HSL 327.1º 0.6% 0.8% -
HSV(B) 327.1º 0.26% 0.92% -
XYZ 59.82 51.45 65.17 -
YUV 194.41 134.54 156.24 -
System Red Green Blue C M Y K H S L
Decimal 234 172 206 0 0.26 0.12 0.08 327.1 0.6 0.8
Hex EA AC CE 0 1A C 8 147 3C 50
Octal 352 254 316 0 32 14 10 507 74 120
Binary 11101010 10101100 11001110 0 11010 1100 1000 101000111 111100 1010000

Color Harmonies of #EAACCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAACCE

Black with #EAACCE

Text Example


Text Example

White with #EAACCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAACCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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