Html Css Color HEX #EC978D Sweet Pink

📋 copy color: '#EC978D'

red 236 ◦ green 151 ◦ blue 141

#EC978D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sweet Pink #EC978D

Tints of Sweet Pink #EC978D

RGB

 RED value IS 236 (92.58% from 255) = 44.7%

 GREEN value IS 151 (59.38% from 255) = 28.6%

 BLUE value IS 141 (55.47% from 255) = 26.7%

R = 44.7%
G = 28.6%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EC978D (or 0xEC978D) is known color: 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

RGB 236 151 141 -
CMYK 0 0.36 0.40 0.07
HSL 6.32º 0.71% 0.74% -
HSV(B) 6.32º 0.4% 0.93% -
XYZ 50.47 41.89 30.62 -
YUV 175.28 108.66 171.31 -
System Red Green Blue C M Y K H S L
Decimal 236 151 141 0 0.36 0.40 0.07 6.32 0.71 0.74
Hex EC 97 8D 0 24 28 7 6 47 4A
Octal 354 227 215 0 44 50 7 6 107 112
Binary 11101100 10010111 10001101 0 100100 101000 111 110 1000111 1001010

Color Harmonies of #EC978D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC978D

Black with #EC978D

Text Example


Text Example

White with #EC978D

Text Example


Text Example

HTML Codes & Css Web 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>