Html Css Color HEX #EC9386 Sweet Pink

📋 copy color: '#EC9386'

red 236 ◦ green 147 ◦ blue 134

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

Shades of Sweet Pink #EC9386

Tints of Sweet Pink #EC9386

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.43%

 BLUE value IS 134 (52.73% from 255) = 25.92%

R = 45.65%
G = 28.43%
B = 25.92%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EC9386 (or 0xEC9386) is known color: Sweet Pink. HEX triplet: EC, 93 and 86. RGB value is (236,147,134). Sum of RGB (Red+Green+Blue) = 236+147+134=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 147 (57.81% from 255 or 28.43% from 517); Blue value is 134 (52.73% from 255 or 25.92% from 517); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9386 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9386 is #136C79. Grayscale: #ACACAC. Windows color (decimal): -1272954 or 8819692. OLE color: 8819692.

HSL color Cylindrical-coordinate representation of color #EC9386: hue angle of 7.65º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EC9386 is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 147 134 -
CMYK 0 0.38 0.43 0.07
HSL 7.65º 0.73% 0.73% -
HSV(B) 7.65º 0.43% 0.93% -
XYZ 49.33 40.42 27.76 -
YUV 172.13 106.49 173.56 -
System Red Green Blue C M Y K H S L
Decimal 236 147 134 0 0.38 0.43 0.07 7.65 0.73 0.73
Hex EC 93 86 0 26 2B 7 8 49 49
Octal 354 223 206 0 46 53 7 10 111 111
Binary 11101100 10010011 10000110 0 100110 101011 111 1000 1001001 1001001

Color Harmonies of #EC9386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9386

Black with #EC9386

Text Example


Text Example

White with #EC9386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9386; }

 p { color: rgb(236,147,134); }

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

background-color css

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

 a { background-color: rgb(236,147,134); }

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

border-color css

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

 span { border-color: rgb(236,147,134); }

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