#EC8E82

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

Shades of Sweet Pink #EC8E82

Tints of Sweet Pink #EC8E82

Color information

#EC8E82 (or 0xEC8E82) is unknown color: approx Sweet Pink. HEX triplet: EC, 8E and 82. RGB value is (236,142,130). Sum of RGB (Red+Green+Blue) = 236+142+130=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 142 (55.86% from 255 or 27.95% from 508); Blue value is 130 (51.17% from 255 or 25.59% from 508); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8E82 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8E82 is #13717D. Grayscale: #A8A8A8. Windows color (decimal): -1274238 or 8556268. OLE color: 8556268.

HSL color Cylindrical-coordinate representation of color #EC8E82: hue angle of 6.79º 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 #EC8E82 is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB236142130-
CMYK00.400.450.07
HSL6.79º73.61%71.76%-
HSV(B)6.79º44.92%92.55%-
XYZ48.2938.7926.06-
YUV168.74106.14175.98-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.46%
GREEN value IS 142 (55.86% from 255) = 27.95%
BLUE value IS 130 (51.17% from 255) = 25.59%
R=46.46%
G=27.95%
B=25.59%

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
Decimal23614213000.400.450.076.7973.6171.76
HexEC8E820282D774a48
Octal3542162020505577112110
Binary111011001000111010000010010100010110111111110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8E82; }

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

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

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

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

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

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

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

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