Html Css Color HEX #EC958A Sweet Pink

📋 copy color: '#EC958A'

red 236 ◦ green 149 ◦ blue 138

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

Shades of Sweet Pink #EC958A

Tints of Sweet Pink #EC958A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.39%

R = 45.12%
G = 28.49%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EC958A (or 0xEC958A) is known color: Sweet Pink. HEX triplet: EC, 95 and 8A. RGB value is (236,149,138). Sum of RGB (Red+Green+Blue) = 236+149+138=523 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.12% from 523); Green value is 149 (58.59% from 255 or 28.49% from 523); Blue value is 138 (54.30% from 255 or 26.39% from 523); Max value from RGB is 236 - color contains mainly: red. Hex color #EC958A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC958A is #136A75. Grayscale: #ADADAD. Windows color (decimal): -1272438 or 9082348. OLE color: 9082348.

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

Color convert

RGB 236 149 138 -
CMYK 0 0.37 0.42 0.07
HSL 6.73º 0.72% 0.73% -
HSV(B) 6.73º 0.42% 0.93% -
XYZ 49.93 41.16 29.36 -
YUV 173.76 107.82 172.39 -
System Red Green Blue C M Y K H S L
Decimal 236 149 138 0 0.37 0.42 0.07 6.73 0.72 0.73
Hex EC 95 8A 0 25 2A 7 7 48 49
Octal 354 225 212 0 45 52 7 7 110 111
Binary 11101100 10010101 10001010 0 100101 101010 111 111 1001000 1001001

Color Harmonies of #EC958A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC958A

Black with #EC958A

Text Example


Text Example

White with #EC958A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC958A; }

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

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

background-color css

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

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

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

border-color css

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

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

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