#EC8D82

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

Shades of Sweet Pink #EC8D82

Tints of Sweet Pink #EC8D82

Color information

#EC8D82 (or 0xEC8D82) is unknown color: approx Sweet Pink. HEX triplet: EC, 8D and 82. RGB value is (236,141,130). Sum of RGB (Red+Green+Blue) = 236+141+130=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 141 (55.47% from 255 or 27.81% from 507); Blue value is 130 (51.17% from 255 or 25.64% from 507); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8D82 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8D82 is #13727D. Grayscale: #A8A8A8. Windows color (decimal): -1274494 or 8556012. OLE color: 8556012.

HSL color Cylindrical-coordinate representation of color #EC8D82: hue angle of 6.23º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EC8D82 is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB236141130-
CMYK00.400.450.07
HSL6.23º73.61%71.76%-
HSV(B)6.23º44.92%92.55%-
XYZ48.1538.4926.01-
YUV168.15106.47176.39-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.55%
GREEN value IS 141 (55.47% from 255) = 27.81%
BLUE value IS 130 (51.17% from 255) = 25.64%
R=46.55%
G=27.81%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614113000.400.450.076.2373.6171.76
HexEC8D820282D764a48
Octal3542152020505576112110
Binary111011001000110110000010010100010110111111010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8D82; }

 p { color: rgb(236,141,130); }

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

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

 a { background-color: rgb(236,141,130); }

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

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

 span { border-color: rgb(236,141,130); }

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