Html Css Color HEX #EA9D9C Sweet Pink

📋 copy color: '#EA9D9C'

red 234 ◦ green 157 ◦ blue 156

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

Shades of Sweet Pink #EA9D9C

Tints of Sweet Pink #EA9D9C

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.7%

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

R = 42.78%
G = 28.7%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EA9D9C (or 0xEA9D9C) is known color: Sweet Pink. HEX triplet: EA, 9D and 9C. RGB value is (234,157,156). Sum of RGB (Red+Green+Blue) = 234+157+156=547 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.78% from 547); Green value is 157 (61.72% from 255 or 28.70% from 547); Blue value is 156 (61.33% from 255 or 28.52% from 547); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9D9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9D9C is #156263. Grayscale: #B3B3B3. Windows color (decimal): -1401444 or 10264042. OLE color: 10264042.

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

Color convert

RGB 234 157 156 -
CMYK 0 0.33 0.33 0.08
HSL 0.77º 0.65% 0.76% -
HSV(B) 0.77º 0.33% 0.92% -
XYZ 51.99 44.01 37.21 -
YUV 179.91 114.51 166.58 -
System Red Green Blue C M Y K H S L
Decimal 234 157 156 0 0.33 0.33 0.08 0.77 0.65 0.76
Hex EA 9D 9C 0 21 21 8 1 41 4C
Octal 352 235 234 0 41 41 10 1 101 114
Binary 11101010 10011101 10011100 0 100001 100001 1000 1 1000001 1001100

Color Harmonies of #EA9D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9D9C

Black with #EA9D9C

Text Example


Text Example

White with #EA9D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9D9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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