#EA9D9C

Color #EA9D9C Sweet Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sweet Pink #EA9D9C

Tints of Sweet Pink #EA9D9C

Color information

#EA9D9C (or 0xEA9D9C) is unknown color: approx 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

RGB234157156-
CMYK00.330.330.08
HSL0.77º65%76.47%-
HSV(B)0.77º33.33%91.76%-
XYZ51.9944.0137.21-
YUV179.91114.51166.58-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.78%
GREEN value IS 157 (61.72% from 255) = 28.70%
BLUE value IS 156 (61.33% from 255) = 28.52%
R=42.78%
G=28.70%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415715600.330.330.080.776576.47
HexEA9D9C0212181414c
Octal35223523404141101101114
Binary11101010100111011001110001000011000011000110000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>