Html Css Color HEX #EAC9D0 Pink Lace

📋 copy color: '#EAC9D0'

red 234 ◦ green 201 ◦ blue 208

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

Shades of Pink Lace #EAC9D0

Tints of Pink Lace #EAC9D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 32.35%

R = 36.39%
G = 31.26%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EAC9D0 (or 0xEAC9D0) is known color: Pink Lace. HEX triplet: EA, C9 and D0. RGB value is (234,201,208). Sum of RGB (Red+Green+Blue) = 234+201+208=643 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.39% from 643); Green value is 201 (78.91% from 255 or 31.26% from 643); Blue value is 208 (81.64% from 255 or 32.35% from 643); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC9D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC9D0 is #15362F. Grayscale: #D3D3D3. Windows color (decimal): -1390128 or 13683178. OLE color: 13683178.

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

Color convert

RGB 234 201 208 -
CMYK 0 0.14 0.11 0.08
HSL 347.27º 0.44% 0.85% -
HSV(B) 347.27º 0.14% 0.92% -
XYZ 66.2 63.82 68.5 -
YUV 211.67 125.93 143.93 -
System Red Green Blue C M Y K H S L
Decimal 234 201 208 0 0.14 0.11 0.08 347.27 0.44 0.85
Hex EA C9 D0 0 E B 8 15B 2C 55
Octal 352 311 320 0 16 13 10 533 54 125
Binary 11101010 11001001 11010000 0 1110 1011 1000 101011011 101100 1010101

Color Harmonies of #EAC9D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC9D0

Black with #EAC9D0

Text Example


Text Example

White with #EAC9D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC9D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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