#EA9D96

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

Shades of Sweet Pink #EA9D96

Tints of Sweet Pink #EA9D96

Color information

#EA9D96 (or 0xEA9D96) is unknown color: approx Sweet Pink. HEX triplet: EA, 9D and 96. RGB value is (234,157,150). Sum of RGB (Red+Green+Blue) = 234+157+150=541 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.25% from 541); Green value is 157 (61.72% from 255 or 29.02% from 541); Blue value is 150 (58.98% from 255 or 27.73% from 541); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9D96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9D96 is #156269. Grayscale: #B3B3B3. Windows color (decimal): -1401450 or 9870826. OLE color: 9870826.

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

Color convert

RGB234157150-
CMYK00.330.360.08
HSL66.67%75.29%-
HSV(B)35.9%91.76%-
XYZ51.4943.8134.6-
YUV179.22111.51167.07-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.25%
GREEN value IS 157 (61.72% from 255) = 29.02%
BLUE value IS 150 (58.98% from 255) = 27.73%
R=43.25%
G=29.02%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415715000.330.360.08566.6775.29
HexEA9D960212485434b
Octal35223522604144105103113
Binary1110101010011101100101100100001100100100010110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9D96; }

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

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

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

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

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

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

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

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