Html Css Color HEX #EC978A Sweet Pink

📋 copy color: '#EC978A'

red 236 ◦ green 151 ◦ blue 138

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

Shades of Sweet Pink #EC978A

Tints of Sweet Pink #EC978A

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.3% from 255) = 26.29%

R = 44.95%
G = 28.76%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

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

RGB 236 151 138 -
CMYK 0 0.36 0.42 0.07
HSL 7.96º 0.72% 0.73% -
HSV(B) 7.96º 0.42% 0.93% -
XYZ 50.25 41.8 29.46 -
YUV 174.93 107.16 171.56 -
System Red Green Blue C M Y K H S L
Decimal 236 151 138 0 0.36 0.42 0.07 7.96 0.72 0.73
Hex EC 97 8A 0 24 2A 7 8 48 49
Octal 354 227 212 0 44 52 7 10 110 111
Binary 11101100 10010111 10001010 0 100100 101010 111 1000 1001000 1001001

Color Harmonies of #EC978A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC978A

Black with #EC978A

Text Example


Text Example

White with #EC978A

Text Example


Text Example

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