Html Css Color HEX #EC958E Sweet Pink

📋 copy color: '#EC958E'

red 236 ◦ green 149 ◦ blue 142

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

Shades of Sweet Pink #EC958E

Tints of Sweet Pink #EC958E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 26.94%

R = 44.78%
G = 28.27%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EC958E (or 0xEC958E) is known color: Sweet Pink. HEX triplet: EC, 95 and 8E. RGB value is (236,149,142). Sum of RGB (Red+Green+Blue) = 236+149+142=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 149 (58.59% from 255 or 28.27% from 527); Blue value is 142 (55.86% from 255 or 26.94% from 527); Max value from RGB is 236 - color contains mainly: red. Hex color #EC958E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC958E is #136A71. Grayscale: #AEAEAE. Windows color (decimal): -1272434 or 9344492. OLE color: 9344492.

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

Color convert

RGB 236 149 142 -
CMYK 0 0.37 0.40 0.07
HSL 4.47º 0.71% 0.74% -
HSV(B) 4.47º 0.4% 0.93% -
XYZ 50.22 41.28 30.91 -
YUV 174.22 109.82 172.07 -
System Red Green Blue C M Y K H S L
Decimal 236 149 142 0 0.37 0.40 0.07 4.47 0.71 0.74
Hex EC 95 8E 0 25 28 7 4 47 4A
Octal 354 225 216 0 45 50 7 4 107 112
Binary 11101100 10010101 10001110 0 100101 101000 111 100 1000111 1001010

Color Harmonies of #EC958E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC958E

Black with #EC958E

Text Example


Text Example

White with #EC958E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC958E; }

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

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

background-color css

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

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

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

border-color css

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

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

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