Html Css Color HEX #EAABCE Lavender Pink

📋 copy color: '#EAABCE'

red 234 ◦ green 171 ◦ blue 206

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

Shades of Lavender Pink #EAABCE

Tints of Lavender Pink #EAABCE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 27.99%

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

R = 38.3%
G = 27.99%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EAABCE (or 0xEAABCE) is known color: Lavender Pink. HEX triplet: EA, AB and CE. RGB value is (234,171,206). Sum of RGB (Red+Green+Blue) = 234+171+206=611 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.30% from 611); Green value is 171 (67.19% from 255 or 27.99% from 611); Blue value is 206 (80.86% from 255 or 33.72% from 611); Max value from RGB is 234 - color contains mainly: red. Hex color #EAABCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAABCE is #155431. Grayscale: #C1C1C1. Windows color (decimal): -1397810 or 13544426. OLE color: 13544426.

HSL color Cylindrical-coordinate representation of color #EAABCE: hue angle of 326.67º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EAABCE is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 171 206 -
CMYK 0 0.27 0.12 0.08
HSL 326.67º 0.6% 0.79% -
HSV(B) 326.67º 0.27% 0.92% -
XYZ 59.64 51.07 65.11 -
YUV 193.83 134.87 156.65 -
System Red Green Blue C M Y K H S L
Decimal 234 171 206 0 0.27 0.12 0.08 326.67 0.6 0.79
Hex EA AB CE 0 1B C 8 147 3C 4F
Octal 352 253 316 0 33 14 10 507 74 117
Binary 11101010 10101011 11001110 0 11011 1100 1000 101000111 111100 1001111

Color Harmonies of #EAABCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAABCE

Black with #EAABCE

Text Example


Text Example

White with #EAABCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAABCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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