Html Css Color HEX #EAA09C Sweet Pink

📋 copy color: '#EAA09C'

red 234 ◦ green 160 ◦ blue 156

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

Shades of Sweet Pink #EAA09C

Tints of Sweet Pink #EAA09C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 29.09%

 BLUE value IS 156 (61.33% from 255) = 28.36%

R = 42.55%
G = 29.09%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EAA09C (or 0xEAA09C) is known color: Sweet Pink. HEX triplet: EA, A0 and 9C. RGB value is (234,160,156). Sum of RGB (Red+Green+Blue) = 234+160+156=550 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.55% from 550); Green value is 160 (62.89% from 255 or 29.09% from 550); Blue value is 156 (61.33% from 255 or 28.36% from 550); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA09C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA09C is #155F63. Grayscale: #B5B5B5. Windows color (decimal): -1400676 or 10264810. OLE color: 10264810.

HSL color Cylindrical-coordinate representation of color #EAA09C: hue angle of 3.08º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EAA09C is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 160 156 -
CMYK 0 0.32 0.33 0.08
HSL 3.08º 0.65% 0.76% -
HSV(B) 3.08º 0.33% 0.92% -
XYZ 52.5 45.03 37.38 -
YUV 181.67 113.52 165.33 -
System Red Green Blue C M Y K H S L
Decimal 234 160 156 0 0.32 0.33 0.08 3.08 0.65 0.76
Hex EA A0 9C 0 20 21 8 3 41 4C
Octal 352 240 234 0 40 41 10 3 101 114
Binary 11101010 10100000 10011100 0 100000 100001 1000 11 1000001 1001100

Color Harmonies of #EAA09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA09C

Black with #EAA09C

Text Example


Text Example

White with #EAA09C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA09C; }

 p { color: rgb(234,160,156); }

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

background-color css

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

 a { background-color: rgb(234,160,156); }

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

border-color css

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

 span { border-color: rgb(234,160,156); }

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