Html Css Color HEX #EC958B Sweet Pink

📋 copy color: '#EC958B'

red 236 ◦ green 149 ◦ blue 139

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

Shades of Sweet Pink #EC958B

Tints of Sweet Pink #EC958B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 26.53%

R = 45.04%
G = 28.44%
B = 26.53%

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

#EC958B (or 0xEC958B) is known color: Sweet Pink. HEX triplet: EC, 95 and 8B. RGB value is (236,149,139). Sum of RGB (Red+Green+Blue) = 236+149+139=524 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.04% from 524); Green value is 149 (58.59% from 255 or 28.44% from 524); Blue value is 139 (54.69% from 255 or 26.53% from 524); Max value from RGB is 236 - color contains mainly: red. Hex color #EC958B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC958B is #136A74. Grayscale: #ADADAD. Windows color (decimal): -1272437 or 9147884. OLE color: 9147884.

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

Color convert

RGB 236 149 139 -
CMYK 0 0.37 0.41 0.07
HSL 6.19º 0.72% 0.74% -
HSV(B) 6.19º 0.41% 0.93% -
XYZ 50 41.19 29.74 -
YUV 173.87 108.32 172.31 -
System Red Green Blue C M Y K H S L
Decimal 236 149 139 0 0.37 0.41 0.07 6.19 0.72 0.74
Hex EC 95 8B 0 25 29 7 6 48 4A
Octal 354 225 213 0 45 51 7 6 110 112
Binary 11101100 10010101 10001011 0 100101 101001 111 110 1001000 1001010

Color Harmonies of #EC958B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC958B

Black with #EC958B

Text Example


Text Example

White with #EC958B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC958B; }

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

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

background-color css

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

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

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

border-color css

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

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

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