#EC8E8D

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

Shades of Sweet Pink #EC8E8D

Tints of Sweet Pink #EC8E8D

Color information

#EC8E8D (or 0xEC8E8D) is unknown color: approx Sweet Pink. HEX triplet: EC, 8E and 8D. RGB value is (236,142,141). Sum of RGB (Red+Green+Blue) = 236+142+141=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 142 (55.86% from 255 or 27.36% from 519); Blue value is 141 (55.47% from 255 or 27.17% from 519); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8E8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8E8D is #137172. Grayscale: #AAAAAA. Windows color (decimal): -1274227 or 9277164. OLE color: 9277164.

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

Color convert

RGB236142141-
CMYK00.400.400.07
HSL0.63º71.43%73.92%-
HSV(B)0.63º40.25%92.55%-
XYZ49.0739.130.16-
YUV169.99111.64175.08-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.47%
GREEN value IS 142 (55.86% from 255) = 27.36%
BLUE value IS 141 (55.47% from 255) = 27.17%
R=45.47%
G=27.36%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614214100.400.400.070.6371.4373.92
HexEC8E8D0282871474a
Octal3542162150505071107112
Binary1110110010001110100011010101000101000111110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8E8D; }

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

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

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

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

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

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

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

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