#EA9D9D

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

Shades of Sweet Pink #EA9D9D

Tints of Sweet Pink #EA9D9D

Color information

#EA9D9D (or 0xEA9D9D) is unknown color: approx Sweet Pink. HEX triplet: EA, 9D and 9D. RGB value is (234,157,157). Sum of RGB (Red+Green+Blue) = 234+157+157=548 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.70% from 548); Green value is 157 (61.72% from 255 or 28.65% from 548); Blue value is 157 (61.72% from 255 or 28.65% from 548); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9D9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9D9D is #156262. Grayscale: #B4B4B4. Windows color (decimal): -1401443 or 10329578. OLE color: 10329578.

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

Color convert

RGB234157157-
CMYK00.330.330.08
HSL64.71%76.67%-
HSV(B)32.91%91.76%-
XYZ52.0744.0437.65-
YUV180.02115.01166.5-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.70%
GREEN value IS 157 (61.72% from 255) = 28.65%
BLUE value IS 157 (61.72% from 255) = 28.65%
R=42.70%
G=28.65%
B=28.65%

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
Decimal23415715700.330.330.08064.7176.67
HexEA9D9D0212180414d
Octal35223523504141100101115
Binary11101010100111011001110101000011000011000010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9D9D; }

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

 H1.HeaderClassName
 {
   color: #EA9D9D;
 }
 .AnyTagClassName
 {
   color: #EA9D9D;
 }
</style>
background-color css

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

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

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

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

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

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