#EC978A

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

Shades of Sweet Pink #EC978A

Tints of Sweet Pink #EC978A

Color information

#EC978A (or 0xEC978A) is unknown color: approx Sweet Pink. HEX triplet: EC, 97 and 8A. RGB value is (236,151,138). Sum of RGB (Red+Green+Blue) = 236+151+138=525 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.95% from 525); Green value is 151 (59.38% from 255 or 28.76% from 525); Blue value is 138 (54.30% from 255 or 26.29% from 525); Max value from RGB is 236 - color contains mainly: red. Hex color #EC978A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC978A is #136875. Grayscale: #AFAFAF. Windows color (decimal): -1271926 or 9082860. OLE color: 9082860.

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

Color convert

RGB236151138-
CMYK00.360.420.07
HSL7.96º72.06%73.33%-
HSV(B)7.96º41.53%92.55%-
XYZ50.2541.829.46-
YUV174.93107.16171.56-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.95%
GREEN value IS 151 (59.38% from 255) = 28.76%
BLUE value IS 138 (54.30% from 255) = 26.29%
R=44.95%
G=28.76%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615113800.360.420.077.9672.0673.33
HexEC978A0242A784849
Octal35422721204452710110111
Binary1110110010010111100010100100100101010111100010010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC978A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC978A; }

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

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

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

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

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

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

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

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