Html Css Color HEX #EAC9CE Pink Lace

📋 copy color: '#EAC9CE'

red 234 ◦ green 201 ◦ blue 206

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

Shades of Pink Lace #EAC9CE

Tints of Pink Lace #EAC9CE

RGB

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

 GREEN value IS 201 (78.91% from 255) = 31.36%

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

R = 36.51%
G = 31.36%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EAC9CE (or 0xEAC9CE) is known color: Pink Lace. HEX triplet: EA, C9 and CE. RGB value is (234,201,206). Sum of RGB (Red+Green+Blue) = 234+201+206=641 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.51% from 641); Green value is 201 (78.91% from 255 or 31.36% from 641); Blue value is 206 (80.86% from 255 or 32.14% from 641); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC9CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC9CE is #153631. Grayscale: #D3D3D3. Windows color (decimal): -1390130 or 13552106. OLE color: 13552106.

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

Color convert

RGB 234 201 206 -
CMYK 0 0.14 0.12 0.08
HSL 350.91º 0.44% 0.85% -
HSV(B) 350.91º 0.14% 0.92% -
XYZ 65.96 63.72 67.22 -
YUV 211.44 124.93 144.09 -
System Red Green Blue C M Y K H S L
Decimal 234 201 206 0 0.14 0.12 0.08 350.91 0.44 0.85
Hex EA C9 CE 0 E C 8 15F 2C 55
Octal 352 311 316 0 16 14 10 537 54 125
Binary 11101010 11001001 11001110 0 1110 1100 1000 101011111 101100 1010101

Color Harmonies of #EAC9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC9CE

Black with #EAC9CE

Text Example


Text Example

White with #EAC9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC9CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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