Html Css Color HEX #EC958C Sweet Pink

📋 copy color: '#EC958C'

red 236 ◦ green 149 ◦ blue 140

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

Shades of Sweet Pink #EC958C

Tints of Sweet Pink #EC958C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.38%

 BLUE value IS 140 (55.08% from 255) = 26.67%

R = 44.95%
G = 28.38%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EC958C (or 0xEC958C) is known color: Sweet Pink. HEX triplet: EC, 95 and 8C. RGB value is (236,149,140). Sum of RGB (Red+Green+Blue) = 236+149+140=525 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.95% from 525); Green value is 149 (58.59% from 255 or 28.38% from 525); Blue value is 140 (55.08% from 255 or 26.67% from 525); Max value from RGB is 236 - color contains mainly: red. Hex color #EC958C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC958C is #136A73. Grayscale: #AEAEAE. Windows color (decimal): -1272436 or 9213420. OLE color: 9213420.

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

Color convert

RGB 236 149 140 -
CMYK 0 0.37 0.41 0.07
HSL 5.63º 0.72% 0.74% -
HSV(B) 5.63º 0.41% 0.93% -
XYZ 50.07 41.22 30.13 -
YUV 173.99 108.82 172.23 -
System Red Green Blue C M Y K H S L
Decimal 236 149 140 0 0.37 0.41 0.07 5.63 0.72 0.74
Hex EC 95 8C 0 25 29 7 6 48 4A
Octal 354 225 214 0 45 51 7 6 110 112
Binary 11101100 10010101 10001100 0 100101 101001 111 110 1001000 1001010

Color Harmonies of #EC958C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC958C

Black with #EC958C

Text Example


Text Example

White with #EC958C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC958C; }

 p { color: rgb(236,149,140); }

 H1.HeaderClassName
 {
   color: #EC958C;
 }
 .AnyTagClassName
 {
   color: #EC958C;
 }
</style>

background-color css

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

 a { background-color: rgb(236,149,140); }

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

border-color css

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

 span { border-color: rgb(236,149,140); }

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