#EC978D

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

Shades of Sweet Pink #EC978D

Tints of Sweet Pink #EC978D

Color information

#EC978D (or 0xEC978D) is unknown color: approx Sweet Pink. HEX triplet: EC, 97 and 8D. RGB value is (236,151,141). Sum of RGB (Red+Green+Blue) = 236+151+141=528 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.70% from 528); Green value is 151 (59.38% from 255 or 28.60% from 528); Blue value is 141 (55.47% from 255 or 26.70% from 528); Max value from RGB is 236 - color contains mainly: red. Hex color #EC978D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC978D is #136872. Grayscale: #AFAFAF. Windows color (decimal): -1271923 or 9279468. OLE color: 9279468.

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

Color convert

RGB236151141-
CMYK00.360.400.07
HSL6.32º71.43%73.92%-
HSV(B)6.32º40.25%92.55%-
XYZ50.4741.8930.62-
YUV175.28108.66171.31-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.70%
GREEN value IS 151 (59.38% from 255) = 28.60%
BLUE value IS 141 (55.47% from 255) = 26.70%
R=44.70%
G=28.60%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615114100.360.400.076.3271.4373.92
HexEC978D0242876474a
Octal3542272150445076107112
Binary111011001001011110001101010010010100011111010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC978D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC978D; }

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

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

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

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

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

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

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

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