Html Css Color HEX #EAAECE Lavender Pink

📋 copy color: '#EAAECE'

red 234 ◦ green 174 ◦ blue 206

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

Shades of Lavender Pink #EAAECE

Tints of Lavender Pink #EAAECE

RGB

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

 GREEN value IS 174 (68.36% from 255) = 28.34%

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

R = 38.11%
G = 28.34%
B = 33.55%

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

#EAAECE (or 0xEAAECE) is known color: Lavender Pink. HEX triplet: EA, AE and CE. RGB value is (234,174,206). Sum of RGB (Red+Green+Blue) = 234+174+206=614 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.11% from 614); Green value is 174 (68.36% from 255 or 28.34% from 614); Blue value is 206 (80.86% from 255 or 33.55% from 614); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAECE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAECE is #155131. Grayscale: #C3C3C3. Windows color (decimal): -1397042 or 13545194. OLE color: 13545194.

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

Color convert

RGB 234 174 206 -
CMYK 0 0.26 0.12 0.08
HSL 328º 0.59% 0.8% -
HSV(B) 328º 0.26% 0.92% -
XYZ 60.21 52.22 65.3 -
YUV 195.59 133.88 155.4 -
System Red Green Blue C M Y K H S L
Decimal 234 174 206 0 0.26 0.12 0.08 328 0.59 0.8
Hex EA AE CE 0 1A C 8 148 3B 50
Octal 352 256 316 0 32 14 10 510 73 120
Binary 11101010 10101110 11001110 0 11010 1100 1000 101001000 111011 1010000

Color Harmonies of #EAAECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAECE

Black with #EAAECE

Text Example


Text Example

White with #EAAECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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